]> git.za3k.com Git - za3k.git/commitdiff
Try symlink
authorZachary Vance <za3k@za3k.com>
Mon, 17 Jul 2023 15:34:25 +0000 (11:34 -0400)
committerZachary Vance <za3k@za3k.com>
Mon, 17 Jul 2023 15:34:25 +0000 (11:34 -0400)
games/markdown.css
markdown.css

index 48de515d5e209b3074056d6a8c21397d5c5d8a92..3503081e2ee8bb646dc4b76b9889e715a92ba8c9 100644 (file)
@@ -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;
+}
index 1203af10a9fcebdfd073eb0b3ee83f5eab70f36a..3503081e2ee8bb646dc4b76b9889e715a92ba8c9 100644 (file)
@@ -7,11 +7,9 @@ table {
   border-collapse: collapse;
 }
 
-/*
 table {
   width: 100%;
 }
-*/
 
 th {
   background-color: #FFFFDD;