From: Mikael Nordfeldth Date: Wed, 16 Mar 2016 23:31:32 +0000 (+0100) Subject: h5 and h6 don't need margin-bottom methinks X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99a2230fdb357f2821da0c595b79437fad23768f;p=quix0rs-gnu-social.git h5 and h6 don't need margin-bottom methinks --- 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;}