diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-04 18:23:37 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-04 18:23:37 +0100 |
commit | 94c383276473e41813fb515d8681d1a1a78fcf45 (patch) | |
tree | e95ca25f670885bd5926dfff9defe7987952fff1 /local.css | |
parent | 588890a10e9f75bb6a6e8c9b67dbed6694bc5bf2 (diff) |
Content and image adjustment.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -71,18 +71,17 @@ DIV#sidebar a { DIV#wrapper { float: left; - max-width: 64em; - margin: 1em 10%; + margin: 1em 10% 0 25%; } DIV#content { - max-width: 72em; + max-width: 64em; } DIV#content IMG { display: block; clear: both; float: left; - margin: 0 25px 25px 0; + margin: 0 25px 25px -10%; } div#pageinfo { margin: 15em 1em 1em; |