From 6757760a1c89bd0d645718f772453e305c8d83b0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 2 Sep 2010 02:41:17 +0200 Subject: Fix update topbar, sidebar and farbar to be class (not id) to match change in Ikiwiki 3.x. --- local.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local.css b/local.css index 44488a9..b1cbddb 100644 --- a/local.css +++ b/local.css @@ -29,7 +29,7 @@ DIV#branding-logo a { color: white; font-weight: bold; } -DIV#topbar, +DIV.topbar, DIV.pagerights, DIV.pagedate { margin: 0 5%; @@ -39,7 +39,7 @@ DIV.pagedate { text-align: right; font-size: small; } -DIV#topbar P, +DIV.topbar P, DIV.pagerights P, DIV.pagedate P { line-height: 1.2em; @@ -55,14 +55,14 @@ DIV#content { background-repeat: no-repeat; background-position: 80%; } -DIV#sidebar { +DIV.sidebar { float: left; background-color: inherit; width: 15%; margin-left: -100%; text-align: right; } -DIV#farbar { +DIV.farbar { float: left; width: 10%; margin-left: -10%; -- cgit v1.2.3