diff options
author | Siri Reiter <siri@jones.dk> | 2013-04-07 18:14:21 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-04-07 18:14:21 +0200 |
commit | b81ef13733bc610d8e00df90e1d2d2403b04acf1 (patch) | |
tree | 82eb9e15fe220ed4b3512eb5c463bd2d124a42d6 /local.scss | |
parent | 703e69b8d376cad477c511c25e2ce93b064a308a (diff) |
Strip topbar and pageheader of margins and paddings.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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 { |