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