mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +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 */
|
||||
h1 small {
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
}
|
||||
/* More space between sections */
|
||||
h2 {
|
||||
margin-top: 27px;
|
||||
}
|
||||
h2 small {
|
||||
display: block;
|
||||
line-height: 18px;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue