summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-02 09:24:46 +0200
committerSiri Reiter <siri@jones.dk>2009-04-02 09:24:46 +0200
commitc0912b3be9ebffeedbf169576b96c6f197dba9b6 (patch)
treeff9ea79cc93abd46f252736f8e82960995947b5e /local.css
parentcf0b7b62099ea74f7c72234aed4dd8ecc5a02297 (diff)
Links normal, topbar and sidebar bold.
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/local.css b/local.css
index 34fe95db..b4c080eb 100644
--- a/local.css
+++ b/local.css
@@ -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{