From 18ed780ed379a03a8007e7b95d7c77361fb54089 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 15 Mar 2009 16:23:22 +0100 Subject: CSS: H2-H6 now has no margin-bottom. --- local.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index a408bc2b..0ad005cd 100644 --- a/local.css +++ b/local.css @@ -1,5 +1,9 @@ -H2, H3, H4, H5, H6 { - margin_bottom: 0; +H2, +H3, +H4, +H5, +H6 { + margin-bottom: 0; } BODY { -- cgit v1.2.3