diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-29 14:10:08 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-29 14:10:08 +0200 |
commit | a853312ee230cf5b87ae435c2d49d030e7490969 (patch) | |
tree | 3e2f5bddc95b4bc8eed2ccc9107051c975287b3c | |
parent | bcd22454791c61c23de70a295a1aae2058b890c7 (diff) |
Headlines changed. Smaller H2 and H3, H4-6 blinking.
-rw-r--r-- | local.css | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,11 +1,23 @@ H1, H2, -H3, +H3 { + margin-bottom: 0; + color: darkblue; +} + H4, H5, H6 { - margin-bottom: 0; - color: darkblue; + text-decoration: blink; +} + +H2 { + font-size: 1.2em; +} + +H3 { + font-size: 1.1em; + font-weight: bold; } a { |