summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-04 12:54:40 +0100
committerSiri Reiter <siri@jones.dk>2008-11-04 12:54:40 +0100
commit10ac6bf1f55ec637dbc37cd8da696c373f3b3e8e (patch)
tree6aefa9ae2fb2df5c6b30d9b5d3e8b1192836cb26 /local.css
parentf298fb28485f6358161e9e35bafbf4d2233a75a3 (diff)
Sidebar back to the right, wrapper with margin to the left.
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/local.css b/local.css
index 25b8cae..f1085ee 100644
--- a/local.css
+++ b/local.css
@@ -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;
}