diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 17:49:17 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 17:49:17 +0200 |
commit | 178671676c89c37669ecec4f86e26be2e8de6d1e (patch) | |
tree | 01a0653515693dbf60736c8468a2285184a3e524 | |
parent | 950aba997cc25efcc8a457712159ea9a780ef80d (diff) |
CSS: center content.
-rw-r--r-- | local.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; } |