mirror of https://github.com/twbs/bootstrap.git
Trivially simplify heading margin-bottom declarations
[skip sauce] [skip validator]
This commit is contained in:
parent
a30a5bb9b5
commit
5f30f2740b
|
@ -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…
Reference in New Issue