diff options
author | Siri Reiter <siri@jones.dk> | 2011-05-09 00:17:32 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2011-05-09 00:17:32 +0200 |
commit | 81cfba60dcc033799c657be96db9423c0fd7044a (patch) | |
tree | 9c4f5eb955551f1e0db9b6ad2f4f1df5ab211f98 | |
parent | 3ce155a7aa1eb64b69ece8958eb8c600c2305e2e (diff) |
Merge sidebar styles.
-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; + } } } } |