aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-10-27 07:41:34 +0200
committerXhmikosR <[email protected]>2015-10-27 07:41:34 +0200
commit3c24bd89f7cc1ffd3327a2de74fa928b5f8a9d1d (patch)
tree4fdb6282122ece256d9a41cfc01860abf67112a5
parent9dfb999fae471265f09fb2004ba0eed0e6b187d4 (diff)
parent5f30f2740b90b4f2e48f83949d25531752d02297 (diff)
downloadbootstrap-3c24bd89f7cc1ffd3327a2de74fa928b5f8a9d1d.tar.xz
bootstrap-3c24bd89f7cc1ffd3327a2de74fa928b5f8a9d1d.zip
Merge pull request #18039 from twbs/type-headings-trivial
Trivially simplify heading margin-bottom declarations
-rw-r--r--scss/_type.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 6fc9b86ce..183209898 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 {