mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-10 05:14:42 +00:00
extend block level smalls to h2s in docs
This commit is contained in:
parent
342a99f1d0
commit
cc01d3c367
1 changed files with 4 additions and 5 deletions
|
|
@ -657,14 +657,13 @@ form.well {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change up some type stuff */
|
/* Change up some type stuff */
|
||||||
h1 small {
|
|
||||||
display: block;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
/* More space between sections */
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 27px;
|
margin-top: 27px;
|
||||||
}
|
}
|
||||||
|
h2 small {
|
||||||
|
display: block;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue