summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-04 12:57:56 +0100
committerSiri Reiter <siri@jones.dk>2008-11-04 12:57:56 +0100
commite8cc56e873797982e305e41532c497c44ca247fa (patch)
tree6faa67dc78a662a3cf25f387b70562f2a055f841 /local.css
parent10ac6bf1f55ec637dbc37cd8da696c373f3b3e8e (diff)
Wrapper/sidebar placing adjustment.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/local.css b/local.css
index f1085ee..c0fc6c1 100644
--- a/local.css
+++ b/local.css
@@ -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 {