diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-01 21:35:40 +0200 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-01 21:35:40 +0200 |
commit | 9b7e544037fcd50509d2435b5842f07cce18eb16 (patch) | |
tree | ef695078433f76d689a0ba7ae12ca8c7e0e9a64f | |
parent | d3b7d0ec38ca2a45606aab73349bb924a89b563d (diff) |
pull sidebar in just a bit more so it doesn't shadow the edge of the
background it is sitting on top of
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ body { background: #e7e7e7; } .actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;} #footer { border: none; font-family: sans-serif;} -.sidebar { margin: 10px 0px } +.sidebar { border: none; margin: 12px 2px } |