diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-15 16:23:22 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-15 16:23:22 +0100 |
commit | 18ed780ed379a03a8007e7b95d7c77361fb54089 (patch) | |
tree | 1ba5baf1235460a6a0b7f701fd7d3cc0c6df6456 | |
parent | 560b0603deff7799503d59e1405f9ec44ec782ed (diff) |
CSS: H2-H6 now has no margin-bottom.
-rw-r--r-- | local.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ -H2, H3, H4, H5, H6 { - margin_bottom: 0; +H2, +H3, +H4, +H5, +H6 { + margin-bottom: 0; } BODY { |