diff options
author | Blanksøgård <bsg@mail.bitbase.dk> | 2008-08-04 17:45:24 +0200 |
---|---|---|
committer | Blanksøgård <bsg@mail.bitbase.dk> | 2008-08-04 17:45:24 +0200 |
commit | 040a304a53134a0be76d6570075643e7acb6d994 (patch) | |
tree | dc5e7f6134565d077f8749fece8e6226dd3dc0f6 | |
parent | 85e8b90850d55fdfe9decd546a82eb06c2e0a274 (diff) |
Udseende: Fix sidebar placering.
-rw-r--r-- | local.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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; } |