diff options
| author | Siri Reiter <siri@jones.dk> | 2009-03-06 20:34:58 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2009-03-06 20:34:58 +0100 |
| commit | 20f520619e3420da4ec4dd6d7f17c54691f55e80 (patch) | |
| tree | b0b0309cbea96262106e65a823da852c952b0da1 | |
| parent | e6241138a94d49f3bb97c12c2eb6b4b376e4ce64 (diff) | |
Local CSS: strong emphasising blue, not bold.
| -rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ a:hover { color: #00f; } +strong, b { + font-weight: normal; + color: #00f; +} + DIV.header span { display: none; } |
