From 81cfba60dcc033799c657be96db9423c0fd7044a Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 9 May 2011 00:17:32 +0200 Subject: Merge sidebar styles. --- local.scss | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/local.scss b/local.scss index 57f0b27..2b34166 100644 --- a/local.scss +++ b/local.scss @@ -158,17 +158,16 @@ div.sidebar { margin-right: 2%; width: 17%; padding: 0 0 0 1%; -} - -div.sidebar ul { - margin: 0px; - padding: 0px; - font-weight: bold; - li { - line-height: 2; - list-style-type: none; - span.selflink { - color: $link_color; + ul { + margin: 0px; + padding: 0px; + font-weight: bold; + li { + line-height: 2; + list-style-type: none; + span.selflink { + color: $link_color; + } } } } -- cgit v1.2.3