summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <bsg@mail.bitbase.dk>2008-08-04 17:45:24 +0200
committerBlanksøgård <bsg@mail.bitbase.dk>2008-08-04 17:45:24 +0200
commit040a304a53134a0be76d6570075643e7acb6d994 (patch)
treedc5e7f6134565d077f8749fece8e6226dd3dc0f6
parent85e8b90850d55fdfe9decd546a82eb06c2e0a274 (diff)
Udseende: Fix sidebar placering.
-rw-r--r--local.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/local.css b/local.css
index 862aaf9..ecf8fe3 100644
--- a/local.css
+++ b/local.css
@@ -73,9 +73,12 @@ DIV#sidebar A {
text-decoration: none;
}
-DIV#content {
+DIV#wrapper {
float: right;
- width: 65%;
+ width: 80%;
+}
+
+DIV#content {
line-height: 3ex;
margin: 2em 8% 0 0;
}