diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f5dd155fc9..a27f7a41b7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1295,7 +1295,7 @@ input[type="checkbox"][readonly] { background-color: transparent; } -.control-group.warning > label, +.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; @@ -1332,7 +1332,7 @@ input[type="checkbox"][readonly] { border-color: #c09853; } -.control-group.error > label, +.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; @@ -1369,7 +1369,7 @@ input[type="checkbox"][readonly] { border-color: #b94a48; } -.control-group.success > label, +.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; @@ -1406,7 +1406,7 @@ input[type="checkbox"][readonly] { border-color: #468847; } -.control-group.info > label, +.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { color: #3a87ad; @@ -3888,7 +3888,7 @@ input[type="button"].btn-block { .navbar-form .input-append, .navbar-form .input-prepend { - margin-top: 6px; + margin-top: 5px; white-space: nowrap; } diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ebd111fd8b..9a75254223 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -281,9 +281,10 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { line-height: 1.25; color: #999; } -.marketing img { +.marketing-img { display: block; margin: 0 auto 30px; + max-height: 145px; } @@ -292,7 +293,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { -------------------------------------------------- */ .footer { - padding: 70px 0; + text-align: center; + padding: 30px 0; margin-top: 70px; border-top: 1px solid #e5e5e5; background-color: #f5f5f5; @@ -988,8 +990,4 @@ form.bs-docs-example { padding-top: 20px; padding-bottom: 20px; } - /* Unfloat the back to top in footer to prevent odd text wrapping */ - .footer .pull-right { - float: none; - } } diff --git a/docs/base-css.html b/docs/base-css.html index 6a1698aec5..1cebfadf03 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2155,7 +2155,6 @@ For example, <code><section></code> should be wrapped as inlin ================================================== -->