From 4169fb2f8fac0a917cb87ff7a3da17cc91797395 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 25 Jul 2010 14:24:29 +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 0d4db86b..c05ce91b 100644 --- a/local.css +++ b/local.css @@ -119,7 +119,8 @@ FORM#searchform { top: 5px; } -DIV#wrapper { +DIV#wrapper, +DIV#pagebody { float: right; width: 80%; } -- cgit v1.2.3