summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-02 02:42:45 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-02 02:42:45 +0200
commitc87423093c20c1693c52fc4eb85a7bb4187b1050 (patch)
tree265fc01d843c06826206da7d081962fefb37b804
parent6757760a1c89bd0d645718f772453e305c8d83b0 (diff)
Fix use pagebody (not id) class to match change in Ikiwiki 3.x.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index b1cbddb..ff1c545 100644
--- a/local.css
+++ b/local.css
@@ -44,7 +44,7 @@ DIV.pagerights P,
DIV.pagedate P {
line-height: 1.2em;
}
-DIV#wrapper {
+DIV#pagebody {
float: left;
width: 100%;
}