diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-04 12:54:40 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-04 12:54:40 +0100 |
commit | 10ac6bf1f55ec637dbc37cd8da696c373f3b3e8e (patch) | |
tree | 6aefa9ae2fb2df5c6b30d9b5d3e8b1192836cb26 /local.css | |
parent | f298fb28485f6358161e9e35bafbf4d2233a75a3 (diff) |
Sidebar back to the right, wrapper with margin to the left.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -52,10 +52,10 @@ DIV#topbar ul li { } DIV#sidebar { - float: left; - margin: 6em 0 2em; + float: right; + margin: 4em 0 2em; padding: 1em; - width: 20%; + } DIV#sidebar ul li { @@ -71,9 +71,11 @@ DIV#sidebar a { } DIV#wrapper { - float: right; - width: 80%; + float: left; + width: 70%; + margin: 10%; } + DIV#content { max-width: 72em; } |