mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
extend block level smalls to h2s in docs
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user