summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-11-04 16:32:52 -0400
committerBill <bill@billserver.senders.io>2022-11-04 16:32:52 -0400
commitda1be79522f7950bbe449f7c23c0f158a68bbdf4 (patch)
treee4c786660ef1936c40cb72966e9256e9d063f004 /www/index.css
parent65c5ad4194c5b89157a0d9b32d932695b7d0c747 (diff)
parentc3e42f7851ce66af164621c7555021f1061bc286 (diff)
Merge branch 'markdown-support' from bill
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/index.css b/www/index.css
index 08f630a..bf24d23 100644
--- a/www/index.css
+++ b/www/index.css
@@ -2,6 +2,10 @@ html,body { margin: 0; font-family: sans-serif; }
#body { margin: 16px 10%; }
#body article { border-bottom: 1px solid #060606; }
#body article:last { border-bottom: none; }
+#body table { border-collapse: collapse; border: 1px solid #aaa; }
+#body table td, #body table th { border: 1px solid #aaa; padding: 2px 8px; }
+#body table tr:nth-child(even) { background-color: #eee; }
+#body ul.compact { columns: 2; }
#header {
background-color: #060606;
@@ -56,9 +60,4 @@ code.inline {
height: auto;
}
-#wishlist { margin: 2% }
-#wishlist table thead td { border-bottom: 1px solid #aaa }
-#wishlist table tbody td { border-bottom: 2px dotted #aaa }
-#wishlist ul.compact { columns: 2; }
-
#tutorial { margin: 2% }