diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 01:33:52 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 01:33:52 +0100 |
commit | 105ba95f26e5d3c5394852fcc8cf0c54c8bc03ea (patch) | |
tree | cfa483baf7db958abc7d9fb7752117455e7deea5 | |
parent | 407f4a1882954f4b214ea597c071172d60ffd6bf (diff) |
Local CSS: Emphasized to blue, strong back to bold.
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ a:hover { color: #00f; } -strong, b { +em { + font-style: normal; font-weight: normal; color: #00f; } |