aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-01 13:47:07 -0800
committerMark Otto <[email protected]>2012-12-01 13:47:07 -0800
commitdd11d0a3fa4ba061f6dcb8db81f144d81101e052 (patch)
tree76535f98161a22339e8ba8a5cbb4242fab481e10 /docs/assets/css
parent98b0d475ae9db023cc22b011388f1bea1c88c537 (diff)
downloadbootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.tar.xz
bootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.zip
move around social buttons
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css53
1 files changed, 27 insertions, 26 deletions
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