From 8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Nov 2012 23:29:20 -0800 Subject: 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 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/assets/css/docs.css') 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; - } } -- cgit v1.2.3 From e0d0190803398ce12b2fe88e31e45993b35cf17e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Nov 2012 12:26:54 -0800 Subject: fix image sizes on homepage --- docs/assets/css/docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e6e7a7c99..ff0ea557b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -288,9 +288,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; } -- cgit v1.2.3