From: Chris Rebert Date: Sat, 24 Oct 2015 00:05:25 +0000 (-0700) Subject: Trivially simplify heading margin-bottom declarations X-Git-Tag: v4.0.0-alpha.2~214^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f30f2740b90b4f2e48f83949d25531752d02297;p=thirdparty%2Fbootstrap.git Trivially simplify heading margin-bottom declarations [skip sauce] [skip validator] --- diff --git a/scss/_type.scss b/scss/_type.scss index 6fc9b86ced..183209898b 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -12,9 +12,7 @@ h1, h2, h3, h4, h5, h6, h1, .h1, h2, .h2, -h3, .h3 { - margin-bottom: $headings-margin-bottom; -} +h3, .h3, h4, .h4, h5, .h5, h6, .h6 {