From b81ef13733bc610d8e00df90e1d2d2403b04acf1 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 7 Apr 2013 18:14:21 +0200 Subject: Strip topbar and pageheader of margins and paddings. --- local.scss | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/local.scss b/local.scss index a2acb65..b22e19b 100644 --- a/local.scss +++ b/local.scss @@ -39,10 +39,6 @@ a:visited { color: black; } -DIV.header { - margin: 1em 1em 0; -} - DIV.header, SPAN.author, DIV.recentchanges, @@ -52,11 +48,8 @@ DIV.inlinefooter { font-size: 80%; } -DIV.topbar { - float: left; - margin: 0 1em 0 0; - padding: 0; - text-align: left; +.topbar { + padding: 1em 2em; } DIV.topbar a { @@ -65,7 +58,6 @@ DIV.topbar a { DIV.topbar ul { list-style-type: none; - padding: 0 2em; } DIV.topbar ul li { -- cgit v1.2.3