diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-04 12:57:56 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-04 12:57:56 +0100 |
commit | e8cc56e873797982e305e41532c497c44ca247fa (patch) | |
tree | 6faa67dc78a662a3cf25f387b70562f2a055f841 /local.css | |
parent | 10ac6bf1f55ec637dbc37cd8da696c373f3b3e8e (diff) |
Wrapper/sidebar placing adjustment.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -52,7 +52,6 @@ DIV#topbar ul li { } DIV#sidebar { - float: right; margin: 4em 0 2em; padding: 1em; @@ -72,8 +71,8 @@ DIV#sidebar a { DIV#wrapper { float: left; - width: 70%; - margin: 10%; + max-width: 64em; + margin: 2em 10%; } DIV#content { |