From 82243e46cbee558b9abaef0d132be9985faf43d1 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 28 Dec 2010 20:38:03 +0100 Subject: Trim space in topbar list items. --- local.css | 4 ++-- 1 file 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 { -- cgit v1.2.3