From: Zachary Vance Date: Mon, 17 Jul 2023 15:34:25 +0000 (-0400) Subject: Try symlink X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=3aabd58f3699a6b2823738e5089ab7bd1515844a;p=za3k.git Try symlink --- diff --git a/games/markdown.css b/games/markdown.css index 48de515..3503081 100644 --- a/games/markdown.css +++ b/games/markdown.css @@ -1,5 +1,6 @@ table, th, td { border: 1px solid black; + padding: 6px 10px 6px 10px; } table { @@ -22,3 +23,7 @@ tr.alt td { img { max-width: 300px; } + +li { + margin-top: 4px 0 4px 0; +} diff --git a/markdown.css b/markdown.css index 1203af1..3503081 100644 --- a/markdown.css +++ b/markdown.css @@ -7,11 +7,9 @@ table { border-collapse: collapse; } -/* table { width: 100%; } -*/ th { background-color: #FFFFDD;