summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 18:05:19 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 18:05:19 +0200
commitcbd2f6b7e04cc5a5bbf07fd529840c02265ddadc (patch)
tree0fc1b95c3322579307c103028f3003587163be92 /local.css
parent171e2ebf8d58df113337f2bd9c48eccd4eca1ead (diff)
CSS: content margins and padding.
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 8f9a348a..5999f531 100644
--- a/local.css
+++ b/local.css
@@ -122,7 +122,8 @@ DIV#wrapper {
DIV#content {
clear: both;
- padding: 1em auto 1em;
+ margin: 3em auto 1em;
+ padding: 0;
max-width: 52em;
}