diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 21:38:53 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:36 +0100 |
commit | d24b2d55a4d5f716a34dd8b825d502d5da5eb799 (patch) | |
tree | 045ab7123a27eb1259cb81edbca84ccfe7b6bb79 /local.css | |
parent | 41f780b01920330a77e177fcb1cf27f33f33b726 (diff) |
Parentlinks bold in all variations.
Diffstat (limited to 'local.css')
-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; } |