summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-12 01:33:52 +0100
committerSiri Reiter <siri@jones.dk>2009-03-12 01:33:52 +0100
commit105ba95f26e5d3c5394852fcc8cf0c54c8bc03ea (patch)
treecfa483baf7db958abc7d9fb7752117455e7deea5
parent407f4a1882954f4b214ea597c071172d60ffd6bf (diff)
Local CSS: Emphasized to blue, strong back to bold.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 14304965..f986dc97 100644
--- a/local.css
+++ b/local.css
@@ -14,7 +14,8 @@ a:hover {
color: #00f;
}
-strong, b {
+em {
+ font-style: normal;
font-weight: normal;
color: #00f;
}