summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-06 20:34:58 +0100
committerSiri Reiter <siri@jones.dk>2009-03-06 20:34:58 +0100
commit20f520619e3420da4ec4dd6d7f17c54691f55e80 (patch)
treeb0b0309cbea96262106e65a823da852c952b0da1
parente6241138a94d49f3bb97c12c2eb6b4b376e4ce64 (diff)
Local CSS: strong emphasising blue, not bold.
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
index dc26d08c..ad701e36 100644
--- a/local.css
+++ b/local.css
@@ -14,6 +14,11 @@ a:hover {
color: #00f;
}
+strong, b {
+ font-weight: normal;
+ color: #00f;
+}
+
DIV.header span {
display: none;
}