From 99a2230fdb357f2821da0c595b79437fad23768f Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 17 Mar 2016 00:31:32 +0100 Subject: [PATCH] h5 and h6 don't need margin-bottom methinks --- theme/base/css/display.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 03c1544b4d..19ff81407d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -48,9 +48,13 @@ a img { text-decoration: none; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4 { font-weight: normal; - margin-bottom: 15px; + margin-bottom: 1ex; +} +h5, h6 { + font-weight: normal; + margin-bottom: 0; } h1 {font-size: 2.0em;}