From b561b45bc0442b87c8109fc45cd3f04ff281906e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 2 Oct 2010 13:36:19 +0200 Subject: Style: H1-3 even wider margin top. --- local.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/local.css b/local.css index e430f74d..ca710792 100644 --- a/local.css +++ b/local.css @@ -1,7 +1,11 @@ -H1, +H1 { + margin-top: 1em; + margin-bottom: 1em; +} + H2, H3 { - margin-top: 0.2em; + margin-top: 1em; margin-bottom: 0.1em; } @@ -14,10 +18,6 @@ H6 { color: #06c; } -H1 { - margin-bottom: 1em; -} - H2 { font-size:1.6em; } -- cgit v1.2.3