diff options
| author | Mark Otto <[email protected]> | 2014-01-11 23:15:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-11 23:15:37 -0800 |
| commit | 36aa3afb4f18a6a4a4a0c04f8494ee0673879517 (patch) | |
| tree | acfcc409583590d2cea5010fe9f76d613782114c /docs/assets/css/docs.css | |
| parent | 613a95d8388ffa625e2a4a4451b2425beca6c5df (diff) | |
| download | bootstrap-36aa3afb4f18a6a4a4a0c04f8494ee0673879517.tar.xz bootstrap-36aa3afb4f18a6a4a4a0c04f8494ee0673879517.zip | |
Improve spacing and alignment of sections and their headings
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 323510e8b..91e34d2bd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -626,14 +626,13 @@ body { */ /* Space things out */ -.bs-docs-section + .bs-docs-section { - padding-top: 40px; +.bs-docs-section { + margin-bottom: 60px; } /* Janky fix for preventing navbar from overlapping */ h1[id] { - padding-top: 80px; - margin-top: -45px; + padding-top: 20px; } |
