From dd11d0a3fa4ba061f6dcb8db81f144d81101e052 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Dec 2012 13:47:07 -0800 Subject: move around social buttons --- docs/assets/css/docs.css | 53 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 21dc6ea18..151d9987a 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -210,30 +210,6 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { color: rgba(255,255,255,.25); } -/* Social proof buttons from GitHub & Twitter */ -.bs-docs-social { - padding: 15px 0; - text-align: center; - background-color: #f5f5f5; - border-top: 1px solid #fff; - border-bottom: 1px solid #ddd; -} - -/* Quick links on Home */ -.bs-docs-social-buttons { - margin-left: 0; - margin-bottom: 0; - padding-left: 0; - list-style: none; -} -.bs-docs-social-buttons li { - display: inline-block; - padding: 5px 8px; - line-height: 1; - *display: inline; - *zoom: 1; -} - /* Subhead (other pages) ------------------------- */ .subhead { @@ -295,9 +271,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { .footer { text-align: center; padding: 30px 0; - margin-top: 70px; + margin-top: 100px; border-top: 1px solid #e5e5e5; - background-color: #f5f5f5; } .footer p { margin-bottom: 0; @@ -314,6 +289,32 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { padding-left: 0; } +/* Social proof buttons from GitHub & Twitter */ +.bs-docs-social { + margin: -46px 0 30px; + text-align: center; + border-top: 1px solid #fff; +} +/* Quick links on Home */ +.bs-docs-social-buttons { + display: inline-block; + margin: 0; + padding: 0 10px; + list-style: none; + background-color: #fff; +} +.bs-docs-social-buttons li { + display: inline-block; + padding: 5px 8px; + line-height: 1; +} +.bs-docs-social-buttons .twitter-follow-button { + width: 216px !important; +} +.bs-docs-social-buttons .twitter-share-button { + width: 98px !important; +} + /* Special grid styles -- cgit v1.2.3