diff options
| author | Mark Otto <[email protected]> | 2013-09-02 20:20:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-02 20:20:47 -0700 |
| commit | 49373b9b45facc07e6a99223021536c9878dd2b2 (patch) | |
| tree | fd12490980990ca388bba8f354546ddff177962b /assets/css/docs.css | |
| parent | 54b75ffae314f43e5502a81df252246c3fd8056b (diff) | |
| download | bootstrap-49373b9b45facc07e6a99223021536c9878dd2b2.tar.xz bootstrap-49373b9b45facc07e6a99223021536c9878dd2b2.zip | |
fixes #10372: two download buttons on homepage; also fixes broke button styles
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 4654230ce..cc5b6aa4d 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -222,11 +222,8 @@ body { line-height: 1; color: #fff; } -.bs-masthead .btn-outline { - margin-top: 20px; - margin-bottom: 20px; - padding: 18px 24px; - font-size: 21px; +.bs-masthead .btn-outline-inverse { + margin: 10px; } /* Links to project-level content like the repo, Expo, etc */ @@ -260,6 +257,12 @@ body { margin-right: 25%; font-size: 30px; } + .bs-masthead .btn-outline-inverse { + width: auto; + margin: 20px 5px 20px 0; + padding: 18px 24px; + font-size: 21px; + } .bs-masthead-links { padding: 0; text-align: left; |
