Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-11-11 08:19:33 +0300
committerChris Rebert <code@chrisrebert.com>2015-11-11 08:19:35 +0300
commitd8d709da1f23d280ef59da70db9107c934424194 (patch)
tree387c35de2875eb28572afd6791bfd773ed098adb /scss/_type.scss
parent1a0a2186b89452cb6cd7472799afbc276b4b64a1 (diff)
Consolidate redundant heading style declaration
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 1d55ccb2d7..102b6a5a40 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -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; }