diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-02 09:24:46 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-02 09:24:46 +0200 |
commit | c0912b3be9ebffeedbf169576b96c6f197dba9b6 (patch) | |
tree | ff9ea79cc93abd46f252736f8e82960995947b5e | |
parent | cf0b7b62099ea74f7c72234aed4dd8ecc5a02297 (diff) |
Links normal, topbar and sidebar bold.
-rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,7 @@ h1 { a { color: #06c; + font-weight: normal; } a:hover { @@ -48,6 +49,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; color: #06c; + font-weight: bold; } DIV#topbar ul { @@ -109,6 +111,7 @@ DIV#sidebar UL UL LI { DIV#sidebar A { text-decoration: none; color: black; + font-weight: bold; } DIV#wrapper{ |