diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-12-09 18:50:18 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-12-09 18:50:18 +0100 |
commit | 31bd77fde6bb5ef4f169e0694d828a7b1fad50b6 (patch) | |
tree | 5f50d524c0df7b800c67ac5e397b0d58980711d9 | |
parent | 8a07069c3880fdaededa435dfdca5156046b2fad (diff) |
Style: Tighten line-height in sidebar.
-rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -198,6 +198,14 @@ DIV.sidebar ul li { padding: 0; } +DIV#sidebar ul li, +DIV.sidebar ul li, +DIV#sidebar ul li p, +DIV.sidebar ul li p { + margin-bottom: 0; + line-height: 1em; +} + DIV#sidebar ul li a, DIV.sidebar ul li a { font-weight: normal; |