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-10-24 03:05:25 +0300
committerChris Rebert <code@chrisrebert.com>2015-10-24 05:23:06 +0300
commit5f30f2740b90b4f2e48f83949d25531752d02297 (patch)
tree0de59ba11643bf0dd8b90c607453dfa529c71a82 /scss/_type.scss
parenta30a5bb9b5129a012e7668ce1340ad86d18af822 (diff)
Trivially simplify heading margin-bottom declarations
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss4
1 files changed, 1 insertions, 3 deletions
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 {