diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-28 20:38:03 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-28 20:38:03 +0100 |
commit | 82243e46cbee558b9abaef0d132be9985faf43d1 (patch) | |
tree | 13e22ec470413fb32482290cd841aeada06e5ae4 | |
parent | f566c9f9377649db7c2b51a644d92067a9908a57 (diff) |
Trim space in topbar list items.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,7 +113,7 @@ DIV.topbar ul { padding: 0; margin-top: 0; margin-bottom: 0; - font-size: 1.3em; + font-size: 1.2em; font-weight: bold; line-height: 2.5em; } @@ -122,7 +122,7 @@ DIV.topbar ul li { display: inline; color: #06c; font-weight: bold; - margin: 0 3em; + margin: 0 4em 0 0; } DIV.topbar a:hover { |