summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-12-28 20:38:03 +0100
committerSiri Reiter <siri@jones.dk>2010-12-28 20:38:03 +0100
commit82243e46cbee558b9abaef0d132be9985faf43d1 (patch)
tree13e22ec470413fb32482290cd841aeada06e5ae4
parentf566c9f9377649db7c2b51a644d92067a9908a57 (diff)
Trim space in topbar list items.
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index 105664c2..fd232f3a 100644
--- a/local.css
+++ b/local.css
@@ -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 {