summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 21:26:43 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:36 +0100
commitfc0af977c0976acfab175e505b26fb2e80ca1a8c (patch)
tree278003d48efdaebbfbfec76e3f10e8bd76ff7e15
parent32588cb723bf76cd4729242f91b3f4e247f08903 (diff)
Header backlink bold.
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 0ea83b3..2d047f3 100644
--- a/local.css
+++ b/local.css
@@ -12,9 +12,11 @@ a:visited {
.header {
background-color: green;
color: white;
- font-weight: bold;
padding: 10px 20px 0;
}
+div.header span.parentlink {
+ font-weight: bold;
+}
div.header a,
div.header a:hover {