summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 02:03:29 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 02:03:29 +0200
commita98150b346b8ffd41ea0626131559d6195e683ad (patch)
tree05c3a70d4844758fd590eb855ab86015667fff80 /local.css
parent21e2954b958a9512cb820ab2f1ecbea31ca2cba5 (diff)
Center content.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/local.css b/local.css
index 8f5a2120..88d0ce08 100644
--- a/local.css
+++ b/local.css
@@ -108,11 +108,13 @@ DIV#sidebar A {
DIV#wrapper{
float: right;
- width: 80%;
+ width: 60%;
+ margin-right: 20%;
}
+
DIV#content {
clear: both;
- margin: 3em 1em 1em;
+ margin: 3em auto 1em;
padding: 0;
max-width: 50em;
}