diff options
author | Stephen Enders <smenders@gmail.com> | 2019-12-10 16:32:09 -0500 |
---|---|---|
committer | Stephen Enders <smenders@gmail.com> | 2019-12-10 16:32:09 -0500 |
commit | 75b70b68047908009e8699e1137dac6514acd242 (patch) | |
tree | 6dcff6f8db86ee491b52438d83d4234adc4020cb /www/index.css | |
parent | 137ae17fcf4264702b4023f721b506472186d6a2 (diff) |
V1 of Wishlist
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 } |