summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-13 19:39:41 +0200
committerSiri Reiter <siri@jones.dk>2009-04-13 19:39:41 +0200
commit198bc5a2831ee405f96420d169558d4c3ed60371 (patch)
treea7b515832d984da4fd8020fe19a49479bc43fa2a
parentef2929149a4962d5bdd4a14fe70c1cb65c1203cc (diff)
Wrapper width decreased. Content max-width also.
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index a8589c74..723561f6 100644
--- a/local.css
+++ b/local.css
@@ -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;
}