summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 17:49:17 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 17:49:17 +0200
commit178671676c89c37669ecec4f86e26be2e8de6d1e (patch)
tree01a0653515693dbf60736c8468a2285184a3e524
parent950aba997cc25efcc8a457712159ea9a780ef80d (diff)
CSS: center content.
-rw-r--r--local.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/local.css b/local.css
index e6ba091a..632fd37a 100644
--- a/local.css
+++ b/local.css
@@ -115,13 +115,14 @@ DIV#sidebar ul li SPAN.selflink {
}
DIV#wrapper {
- width: 80%;
+ width: 60%;
+ margin-right: 20%;
float: right;
}
DIV#content {
clear: both;
- padding: 4em 2em 6em;
+ padding: 1em auto 1em;
max-width: 52em;
}