1
0
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:
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 */ /* 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;
} }