0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

extend block level smalls to h2s in docs

This commit is contained in:
Mark Otto 2012-01-28 00:31:55 -08:00
parent 342a99f1d0
commit cc01d3c367

View File

@ -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;
}