diff options
Diffstat (limited to 'local.css')
-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; } |