diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 21:38:53 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-10-22 21:38:53 +0200 |
commit | 06f5421ec5900721440e04ddef70a69a2089d8fd (patch) | |
tree | ae8bb8b90cf2e6176d47398e3c5b1c63324b8c4a | |
parent | fc4afc3fb00eecb2b172d9f1db164e690583b7ac (diff) |
Parentlinks bold in all variations.
-rw-r--r-- | local.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } |