summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-04 13:00:13 +0100
committerSiri Reiter <siri@jones.dk>2008-11-04 13:00:13 +0100
commit669b52067c617402d972e69bcaded8a6785aaf9c (patch)
treec306b3b833fb54fadfe86fe7ff68aa9448a91d0d /local.css
parente8cc56e873797982e305e41532c497c44ca247fa (diff)
Wrapper/sidebar margin adjustment.
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index c0fc6c1..a48b90f 100644
--- a/local.css
+++ b/local.css
@@ -52,7 +52,7 @@ DIV#topbar ul li {
}
DIV#sidebar {
- margin: 4em 0 2em;
+ margin: 4em 2em 2em;
padding: 1em;
}
@@ -72,7 +72,7 @@ DIV#sidebar a {
DIV#wrapper {
float: left;
max-width: 64em;
- margin: 2em 10%;
+ margin: 1em 10%;
}
DIV#content {