diff options
| author | Jacob Thornton <[email protected]> | 2013-08-07 23:10:11 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-07 23:10:11 -0700 |
| commit | 89b69ed77035eeb9c0034534d75fdb2062f10d47 (patch) | |
| tree | 99b1f65ee730de94e64b4992e5131f0432743b1e /assets/css/docs.css | |
| parent | b35b65d0b3689f7999be998411e632046548af6e (diff) | |
| parent | f3104a3e3b04c2817094ef8ebd351833a4ade420 (diff) | |
| download | bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.tar.xz bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Conflicts:
_layouts/customize.html
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 4a92fa2a2..84087e82f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -124,7 +124,7 @@ body { /* Download button */ .bs-masthead .btn-outline { margin-top: 20px; - margin-bottom: 5px; + margin-bottom: 20px; padding: 18px 24px; font-size: 21px; } @@ -208,8 +208,8 @@ body { position: relative; } -.bs-docs-section + .bs-docs-section { - margin-top: 80px; +.bs-docs-section h1[id] { + padding-top: 80px; } /* Ads in page headers */ |
