summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}