summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-07-25 11:59:10 +0200
committerSiri Reiter <siri@jones.dk>2010-07-25 11:59:10 +0200
commit6d46a5f040c22fa11ee64145dd40f2bc47e64ab3 (patch)
treeaee2aee03c7f2ec5716da36ae705dd67d12bb0f3
parenta3c265a9af271f3c9bb747ad80ae6333c00588a2 (diff)
Style: Add #pagebody (in addition to #wrapper) to work with Ikiwiki 3.x.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index a8780cfc..a37f1f10 100644
--- a/local.css
+++ b/local.css
@@ -128,7 +128,8 @@ DIV.topbar img {
margin: 0 20px;
}
-DIV#wrapper {
+DIV#wrapper,
+DIV#pagebody {
float: left;
width: 100%;
}