From 7df12a30e62b8b8048867620e1a5a792fccf1baf Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 2 Sep 2010 20:59:33 +0200 Subject: Style: Drop backwards-compatibility with Ikiwiki 2.x. --- local.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/local.css b/local.css index c86f7f05..f8790340 100644 --- a/local.css +++ b/local.css @@ -65,7 +65,6 @@ DIV#branding { right: 3%; } -DIV#topbar, DIV.topbar { float: right; background-color: #9cf; @@ -75,14 +74,12 @@ DIV.topbar { width: 100%; } -DIV#topbar a, DIV.topbar a { text-decoration: none; color: #06c; font-weight: bold; } -DIV#topbar ul. DIV.topbar ul { list-style-type: none; padding: 0; @@ -93,7 +90,6 @@ DIV.topbar ul { line-height: 2.5em; } -DIV#topbar ul li, DIV.topbar ul li { display: inline; color: #06c; @@ -101,12 +97,10 @@ DIV.topbar ul li { margin: 0 3em; } -DIV#topbar a:hover, DIV.topbar a:hover { color: white; } -DIV#topbar span.selflink, DIV.topbar span.selflink { color: white; } @@ -119,7 +113,6 @@ FORM#searchform { top: 5px; } -DIV#wrapper, DIV#pagebody { float: right; width: 80%; @@ -131,7 +124,6 @@ DIV#content { max-width: 55em; } -DIV#sidebar, DIV.sidebar { float: left; border: none; @@ -141,7 +133,6 @@ DIV.sidebar { padding: 0 0 0 1%; } -DIV#sidebar UL, DIV.sidebar UL { margin: 0px; padding: 0px; @@ -149,30 +140,25 @@ DIV.sidebar UL { font-weight: bold; } -DIV#sidebar UL LI, DIV.sidebar UL LI { line-height: 2; list-style-type: none; } -DIV#sidebar UL LI SPAN.selflink, DIV.sidebar UL LI SPAN.selflink { color: #06c; } -DIV#sidebar UL UL LI, DIV.sidebar UL UL LI { margin-left: 10%; } -DIV#sidebar A, DIV.sidebar A { text-decoration: none; color: black; font-weight: bold; } -DIV#sidebar A:hover DIV.sidebar A:hover { text-decoration: underline; color: #06c; -- cgit v1.2.3