From 3aabd58f3699a6b2823738e5089ab7bd1515844a Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 11:34:25 -0400 Subject: [PATCH] Try symlink --- games/markdown.css | 5 +++++ markdown.css | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.47.3