diff options
Diffstat (limited to 'www/index.css')
-rw-r--r-- | www/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/index.css b/www/index.css index fcaa293..e418ebb 100644 --- a/www/index.css +++ b/www/index.css @@ -39,3 +39,7 @@ code.inline { display: inline; padding: 2px 2px; } + +#wishlist { margin: 2% } +#wishlist table thead td { border-bottom: 1px solid #aaa } +#wishlist table tbody td { border-bottom: 2px dotted #aaa } |