From c87423093c20c1693c52fc4eb85a7bb4187b1050 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 2 Sep 2010 02:42:45 +0200 Subject: Fix use pagebody (not id) class to match change in Ikiwiki 3.x. --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; } -- cgit v1.2.3