diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-02 14:15:15 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-02 14:15:15 +0200 |
commit | 10821de537e8b2fb8a51e6249255516fe93ab158 (patch) | |
tree | efb42fa8a553f903c6ae97716fdb24c652471704 | |
parent | 8460f813fae4788678f5af54a9e7cd8f40752bb8 (diff) |
Style: Adjust content and pagebody to hopefully match layout gala.
-rw-r--r-- | local.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -116,12 +116,12 @@ FORM#searchform { } DIV#pagebody { - float: right; - width: 80%; + float: left; + width: 100%; } DIV#content { - margin: 2% 30% 15% 30%; + margin: 2% 25% 15% 25%; padding: 0; max-width: 55em; } |