From 10ac6bf1f55ec637dbc37cd8da696c373f3b3e8e Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Tue, 4 Nov 2008 12:54:40 +0100
Subject: Sidebar back to the right, wrapper with margin to the left.

---
 local.css | 12 +++++++-----
 1 file 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;
 }
-- 
cgit v1.2.3