diff options
| author | Mark Otto <[email protected]> | 2013-02-05 00:49:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 00:49:54 -0800 |
| commit | 74c8a5611d64b2efd0b60774e184125ed4b5549f (patch) | |
| tree | 86d2548840c411a85c39399585ec71e06970c754 /docs/assets/css | |
| parent | c09b994eea35da794b1905bf0a56485aeb28158a (diff) | |
| download | bootstrap-74c8a5611d64b2efd0b60774e184125ed4b5549f.tar.xz bootstrap-74c8a5611d64b2efd0b60774e184125ed4b5549f.zip | |
Increase margins and line-height on h3; overhaul button dropdown docs
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 30fb6de1a..cf075b0a7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -441,13 +441,17 @@ h6 small { } h1, -h2 { +h2, +h3 { margin-top: 20px; margin-bottom: 10px; line-height: 40px; } -h3, +h3 { + line-height: 30px; +} + h4, h5, h6 { |
