summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 20:13:29 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:35 +0100
commit14c6886aba592422cc00804cdb4a5e7296b44a3a (patch)
tree1f878fcab0b98181e44bcff33c100113d470ac5b
parent00f724225c6a4cfbad3d360430169957df35013f (diff)
Links bold in topbar.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 2d44f45..2627018 100644
--- a/local.css
+++ b/local.css
@@ -17,7 +17,7 @@ a:visited {
div.header a,
div.header a:hover {
- color: white
+ color: white;
}
div.actions ul {
@@ -40,6 +40,7 @@ div#topbar ol li {
line-height: 2em;
background-color: green;
color: white;
+ font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}