From 5421fe09cc64c2ceae18e074251a5c22be874101 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 4 Nov 2022 15:28:06 -0400 Subject: Update wishlist from .md source --- www/index.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'www/index.css') 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% } -- cgit v1.2.3-54-g00ecf