diff options
| author | Mark Otto <[email protected]> | 2012-01-28 00:31:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 00:31:55 -0800 |
| commit | cc01d3c367a26bfed36c9eabbf074dccc8570dfa (patch) | |
| tree | 6880592a7d3b2a259a753fd20f1b0c33e9f0dede /docs/assets/css | |
| parent | 342a99f1d01edfa20d744781cbecffcd4239fa39 (diff) | |
| download | bootstrap-cc01d3c367a26bfed36c9eabbf074dccc8570dfa.tar.xz bootstrap-cc01d3c367a26bfed36c9eabbf074dccc8570dfa.zip | |
extend block level smalls to h2s in docs
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 9 |
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; } |
