diff options
-rw-r--r-- | local.scss | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -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; + } } } } |