diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 20:15:57 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 20:15:57 +0200 |
commit | 7f8b86af7043bc106400c6a671849ba0b35cfbfc (patch) | |
tree | 031877c371d293dbc7005d07d88d35eea9314a2d | |
parent | 799010de4e0072efe275b8121f8e130eb1e7484a (diff) |
Change H1 margin-bottom and color.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ H1, H2, H3 { - margin-bottom: 0; - color: darkblue; + margin-bottom: 0.1em; + color: DarkRed; } H4, |