summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-04-07 18:14:21 +0200
committerSiri Reiter <siri@jones.dk>2013-04-07 18:14:21 +0200
commitb81ef13733bc610d8e00df90e1d2d2403b04acf1 (patch)
tree82eb9e15fe220ed4b3512eb5c463bd2d124a42d6 /local.scss
parent703e69b8d376cad477c511c25e2ce93b064a308a (diff)
Strip topbar and pageheader of margins and paddings.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss12
1 files 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 {