From: Mark Otto Date: Thu, 4 Dec 2014 09:03:23 +0000 (-0800) Subject: fix heading margins X-Git-Tag: v4.0.0-alpha~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248e0e40591f6a41b945eb598dca82a1de4c4a2e;p=thirdparty%2Fbootstrap.git fix heading margins --- diff --git a/scss/_type.scss b/scss/_type.scss index 4269b4526c..b0739c09f5 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -25,7 +25,7 @@ h1, h2, h3, h4, h5, h6, h1, .h1, h2, .h2, h3, .h3 { - margin-bottom: ($line-height-computed / 2); + margin-bottom: ($spacer / 2); small, .small { @@ -35,7 +35,7 @@ h3, .h3 { h4, .h4, h5, .h5, h6, .h6 { - margin-bottom: ($line-height-computed / 2); + margin-bottom: ($spacer / 2); small, .small {