From 8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Nov 2012 23:29:20 -0800 Subject: [PATCH] Simpler footer for docs * Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding --- docs/assets/css/docs.css | 7 ++----- docs/base-css.html | 1 - docs/components.html | 1 - docs/customize.html | 1 - docs/extend.html | 1 - docs/getting-started.html | 1 - docs/index.html | 1 - docs/javascript.html | 1 - docs/scaffolding.html | 1 - docs/templates/layout.mustache | 1 - 10 files changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 119a30528e..e6e7a7c997 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; - } } diff --git a/docs/base-css.html b/docs/base-css.html index fa41612d82..fee6fc8970 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2145,7 +2145,6 @@ For example, <code><section></code> should be wrapped as inlin ================================================== -->