From: Zachary Vance Date: Mon, 17 Jul 2023 15:26:11 +0000 (-0400) Subject: Not 100% width X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=991df2104cf0c7791fc97220bbc0ed4d5ae5c00f;p=za3k.git Not 100% width --- diff --git a/markdown.css b/markdown.css index 6332f36..1203af1 100644 --- a/markdown.css +++ b/markdown.css @@ -1,15 +1,17 @@ table, th, td { border: 1px solid black; - padding: 4px; + padding: 6px 10px 6px 10px; } table { border-collapse: collapse; } +/* table { width: 100%; } +*/ th { background-color: #FFFFDD;