aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 00:31:55 -0800
committerMark Otto <[email protected]>2012-01-28 00:31:55 -0800
commitcc01d3c367a26bfed36c9eabbf074dccc8570dfa (patch)
tree6880592a7d3b2a259a753fd20f1b0c33e9f0dede /docs
parent342a99f1d01edfa20d744781cbecffcd4239fa39 (diff)
downloadbootstrap-cc01d3c367a26bfed36c9eabbf074dccc8570dfa.tar.xz
bootstrap-cc01d3c367a26bfed36c9eabbf074dccc8570dfa.zip
extend block level smalls to h2s in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 061a231df..41029ded1 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;
}