summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 21:38:53 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 21:38:53 +0200
commit06f5421ec5900721440e04ddef70a69a2089d8fd (patch)
treeae8bb8b90cf2e6176d47398e3c5b1c63324b8c4a
parentfc4afc3fb00eecb2b172d9f1db164e690583b7ac (diff)
Parentlinks bold in all variations.
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 00da1ab..46c8b12 100644
--- a/local.css
+++ b/local.css
@@ -14,7 +14,9 @@ a:visited {
color: white;
padding: 10px 20px 0;
}
-.header span.parentlinks {
+.header span.parentlinks,
+.header span.parentlinks a,
+.header span.parentlinks a:hover {
font-weight: bold;
}