summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-25 00:26:16 +0100
committerSiri Reiter <siri@jones.dk>2009-03-25 00:26:16 +0100
commit4088872e76dba92616fcb8e9f118ef8d7c3ea1b2 (patch)
tree62bea28483028273d6b0c5e961aec7322a4a6861
parentf36431969f0b88a10361573e14be8a4ca994246e (diff)
Links sidebar (lists) bold. No text-decoration. Slight margin above text.
-rw-r--r--local.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/local.css b/local.css
index aadfffce..ba5a1f3f 100644
--- a/local.css
+++ b/local.css
@@ -14,7 +14,7 @@ a {
}
p {
- margin-top: 0;
+ margin-top: 0.2em;
margin-bottom: 1.2em;
}
@@ -89,17 +89,14 @@ DIV#sidebar {
}
DIV#sidebar ul li a {
+ font-weight: bold;
+ text-decoration: none;
}
DIV#sidebar ul li SPAN.selflink {
color: darkblue;
}
-DIV#sidebar a {
- font-weight: bold;
- text-decoration: none;
-}
-
DIV#wrapper {
width: 80%;
float: right;