From c44f008761ac92317e2a72d8d4cd9ae8f2dd6c5c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 24 Jul 2010 21:39:16 +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(-) (limited to 'local.css') diff --git a/local.css b/local.css index b0f8a02..35aa097 100644 --- a/local.css +++ b/local.css @@ -76,7 +76,8 @@ DIV.sidebar a { text-decoration: none; } -DIV#wrapper { +DIV#wrapper, +DIV#pagebody { float: left; margin: 1em 0 0 25%; } -- cgit v1.2.3