From bb3866014f7e8397c8240c818622282107db4597 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 27 Feb 2015 14:53:46 +0100 Subject: Modernize styling: Adapt to renamed DIVs in newer Ikiwiki templates. --- local.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/local.css b/local.css index 8bbdde5..9fdeb32 100644 --- a/local.css +++ b/local.css @@ -25,7 +25,7 @@ IMG { vertical-align:text-top; } -DIV#container { +DIV.page { background-color: White; margin: 10px 5%; border-radius: 0 20px 0 0; @@ -48,7 +48,7 @@ DIV.header A { text-decoration: none; } -DIV#sidebar { +DIV.sidebar { float: left; margin-top: 6em; margin-left: 2%; @@ -58,25 +58,25 @@ DIV#sidebar { text-transform: lowercase; font-weight: bold; } -DIV#sidebar UL { +DIV.sidebar UL { margin: 0px; padding: 0px; } -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: #c03; } -DIV#sidebar UL UL LI { +DIV.sidebar UL UL LI { margin-left: 10%; } -DIV#sidebar A { +DIV.sidebar A { text-decoration: none; } -DIV#wrapper { +DIV#pagebody { float: right; width: 80%; } -- cgit v1.2.3