diff options
| author | Mark Otto <[email protected]> | 2012-11-21 23:29:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-21 23:29:20 -0800 |
| commit | 8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 (patch) | |
| tree | 875ee0d7818e25573991faf9ea884e45671a7856 /docs/assets/css/docs.css | |
| parent | 8b417c39e7d5b10a1ef54c54c225858857cff5e3 (diff) | |
| download | bootstrap-8df2811d4981f5b3cc9291ac1c8c7fddb41427c6.tar.xz bootstrap-8df2811d4981f5b3cc9291ac1c8c7fddb41427c6.zip | |
Simpler footer for docs
* Remove back to top link (ya'll are lazy :P)
* Center text
* Decrease vertical padding
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 119a30528..e6e7a7c99 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -299,7 +299,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; @@ -1024,8 +1025,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; - } } |
