From b3bc905af17f40d50f454832d525ab32fdf9265d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 24 Jul 2010 21:22:48 +0200 Subject: Topbar and sidebar extended with class (not only id) to support Ikiwiki 3.x. --- local.css | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index cfeb287..b0f8a02 100644 --- a/local.css +++ b/local.css @@ -29,7 +29,8 @@ DIV#footer { font-size: 80%; } -DIV#topbar { +DIV#topbar, +DIV.topbar { float: right; margin: 0; padding: 0; @@ -37,35 +38,41 @@ DIV#topbar { width: 75%; } -DIV#topbar a { +DIV#topbar a, +DIV.topbar a { text-decoration: none; } -DIV#topbar ul { +DIV#topbar ul, +DIV.topbar ul { list-style-type: none; padding: 0; } -DIV#topbar ul li { +DIV#topbar ul li, +DIV.topbar ul li { display: inline; margin: 0 5%; } -DIV#sidebar { +DIV#sidebar, +DIV.sidebar { margin: 4em 2em 2em; padding: 1em; - } -DIV#sidebar ul li { +DIV#sidebar ul li, +DIV.sidebar ul li { list-style-type: none; } -DIV#sidebar ul li SPAN.selflink { +DIV#sidebar ul li SPAN.selflink, +DIV.sidebar ul li SPAN.selflink { color: darkgreen; } -DIV#sidebar a { +DIV#sidebar a, +DIV.sidebar a { text-decoration: none; } -- cgit v1.2.3