mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18039 from twbs/type-headings-trivial
Trivially simplify heading margin-bottom declarations
This commit is contained in:
commit
3c24bd89f7
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@ h1, h2, h3, h4, h5, h6,
|
||||||
|
|
||||||
h1, .h1,
|
h1, .h1,
|
||||||
h2, .h2,
|
h2, .h2,
|
||||||
h3, .h3 {
|
h3, .h3,
|
||||||
margin-bottom: $headings-margin-bottom;
|
|
||||||
}
|
|
||||||
h4, .h4,
|
h4, .h4,
|
||||||
h5, .h5,
|
h5, .h5,
|
||||||
h6, .h6 {
|
h6, .h6 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue