diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-05-28 00:42:38 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-05-28 00:42:38 +0200 |
commit | 42fd75912e9df64e3d4147609333f52eb95402d5 (patch) | |
tree | f30b82ce4d02694f538ab755c2f24ecb065c53b8 | |
parent | 065f072f8796e066adff1352139bfbf389c855c9 (diff) |
Switch core layout to Gala#20, tweaked to place notebox in right lane.
-rw-r--r-- | local.css | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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; |