diff options
| author | XhmikosR <[email protected]> | 2015-10-27 07:41:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-27 07:41:34 +0200 |
| commit | 3c24bd89f7cc1ffd3327a2de74fa928b5f8a9d1d (patch) | |
| tree | 4fdb6282122ece256d9a41cfc01860abf67112a5 | |
| parent | 9dfb999fae471265f09fb2004ba0eed0e6b187d4 (diff) | |
| parent | 5f30f2740b90b4f2e48f83949d25531752d02297 (diff) | |
| download | bootstrap-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.scss | 4 |
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 { |
