diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-13 19:39:41 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-13 19:39:41 +0200 |
commit | 198bc5a2831ee405f96420d169558d4c3ed60371 (patch) | |
tree | a7b515832d984da4fd8020fe19a49479bc43fa2a | |
parent | ef2929149a4962d5bdd4a14fe70c1cb65c1203cc (diff) |
Wrapper width decreased. Content max-width also.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ DIV#topbar img { DIV#wrapper { float: right; - width: 40%; + width: 35%; margin-right: 40%; } @@ -127,7 +127,7 @@ DIV#content { clear: both; margin: 20px auto 4em; padding: 0 1em 1em 1em; - max-width: 50em; + max-width: 48em; text-align: left; min-height: 480px; } |