Commit cc01d3c3 authored by Mark Otto's avatar Mark Otto

extend block level smalls to h2s in docs

parent 342a99f1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment