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