summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-05-28 00:42:38 +0200
committerJonas Smedegaard <dr@jones.dk>2009-05-28 00:42:38 +0200
commit42fd75912e9df64e3d4147609333f52eb95402d5 (patch)
treef30b82ce4d02694f538ab755c2f24ecb065c53b8 /local.css
parent065f072f8796e066adff1352139bfbf389c855c9 (diff)
Switch core layout to Gala#20, tweaked to place notebox in right lane.
Diffstat (limited to 'local.css')
-rw-r--r--local.css17
1 files 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;