From 6d46a5f040c22fa11ee64145dd40f2bc47e64ab3 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 25 Jul 2010 11:59:10 +0200 Subject: Style: Add #pagebody (in addition to #wrapper) to work with Ikiwiki 3.x. --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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%; } -- cgit v1.2.3