diff options
| author | Mark Otto <[email protected]> | 2012-11-22 22:04:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-22 22:04:21 -0800 |
| commit | 7e56e2265d67ae81ad8be52af4d56f189929207a (patch) | |
| tree | 8bede49f32e25f4acfe95a2a7cc86bd273805474 /docs/assets/css/docs.css | |
| parent | fa1c130552022520161a2b0c595e2ca431df0c97 (diff) | |
| parent | e0d0190803398ce12b2fe88e31e45993b35cf17e (diff) | |
| download | bootstrap-7e56e2265d67ae81ad8be52af4d56f189929207a.tar.xz bootstrap-7e56e2265d67ae81ad8be52af4d56f189929207a.zip | |
Merge branch '2.2.2-wip' into exploratory
Conflicts:
less/button-groups.less
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ebd111fd8..9a7525422 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; - } } |
