diff options
| author | Mark Otto <[email protected]> | 2013-08-06 18:29:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-06 18:29:54 -0700 |
| commit | 402dbfb6171e18aa44e19429e796169f02b0adf7 (patch) | |
| tree | aeb0cef7cc1b04988307a0ef79b07fbe2d7d197c /assets/css/docs.css | |
| parent | 7e19b6b02ccd5417a6c2d3d418c08219773f1112 (diff) | |
| parent | 41bdd1a4823feb8b46b2fccfeec3e9c5057a0665 (diff) | |
| download | bootstrap-402dbfb6171e18aa44e19429e796169f02b0adf7.tar.xz bootstrap-402dbfb6171e18aa44e19429e796169f02b0adf7.zip | |
Merge branch '3.0.0-wip' into bs3_theme
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 56b5d1f39..84087e82f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -123,8 +123,8 @@ body { /* Download button */ .bs-masthead .btn-outline { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 20px; + 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 */ @@ -833,7 +833,7 @@ input.focused { .bs-masthead h1 { font-size: 100px; } - .bs-masthead p { + .bs-masthead .lead { margin-left: 15%; margin-right: 15%; font-size: 30px; @@ -878,7 +878,6 @@ input.focused { width: 330px !important; min-height: 132px; } - } /* Large desktops and up */ |
