From 42fd75912e9df64e3d4147609333f52eb95402d5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 28 May 2009 00:42:38 +0200 Subject: Switch core layout to Gala#20, tweaked to place notebox in right lane. --- local.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/local.css b/local.css index 39ecfde9..3cd63a2c 100644 --- a/local.css +++ b/local.css @@ -100,9 +100,9 @@ FORM#searchform { DIV#sidebar { float: left; margin-top: 6em; - margin-left: 1em; + margin-left: -100%; width: 15%; - padding: 0px; + padding: 0 0 0 1em; color: #06c; text-transform: none; font-weight: bold; @@ -133,15 +133,13 @@ DIV#sidebar A:hover { } DIV#wrapper { - float: right; - width: 60%; - margin-right: 20%; + float: left; + width: 100%; } DIV#content { - clear: both; - margin: 3em auto 6em; - padding: 0; + margin: 3em 0 6em 20%; + padding-top: 0; max-width: 50em; } @@ -158,6 +156,9 @@ DIV.notebox p { text-align: center; } +div#footer{ + width:100% +} div#pageinfo { position: fixed; bottom: 0; -- cgit v1.2.3