]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Consolidate redundant heading style declaration 18215/head
authorChris Rebert <code@chrisrebert.com>
Wed, 11 Nov 2015 05:19:33 +0000 (21:19 -0800)
committerChris Rebert <code@chrisrebert.com>
Wed, 11 Nov 2015 05:19:35 +0000 (21:19 -0800)
[skip sauce]
[skip validator]

scss/_type.scss

index 1d55ccb2d7371a80bbed5b952a993c92c4dc832a..102b6a5a407154037bc645301a7a1356188b9dc5 100644 (file)
@@ -4,21 +4,13 @@
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
+  margin-bottom: $headings-margin-bottom;
   font-family: $headings-font-family;
   font-weight: $headings-font-weight;
   line-height: $headings-line-height;
   color: $headings-color;
 }
 
-h1, .h1,
-h2, .h2,
-h3, .h3,
-h4, .h4,
-h5, .h5,
-h6, .h6 {
-  margin-bottom: $headings-margin-bottom;
-}
-
 h1 { font-size: $font-size-h1; }
 h2 { font-size: $font-size-h2; }
 h3 { font-size: $font-size-h3; }