From 095e052606a8e1afb496ec4a1e95567a7f123827 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jul 2012 10:10:56 -0700 Subject: [PATCH] adding homepage social buttons --- docs/assets/css/docs.css | 22 +++++++++++++--------- docs/index.html | 19 +++++++++++++++++++ docs/templates/pages/index.mustache | 19 +++++++++++++++++++ 3 files changed, 51 insertions(+), 9 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bee42dc362..6ad151181a 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -147,7 +147,7 @@ hr.soften { font-size: 12px; } .quick-links { - min-height: 30px; + height: 20px; margin: 0; padding: 0; list-style: none; @@ -157,15 +157,10 @@ hr.soften { min-height: 0; } .quick-links li { - display: inline; + display: inline-block; margin: 0 8px; color: #999; -} -.quick-links .github-btn, -.quick-links .tweet-btn, -.quick-links .follow-btn { - position: relative; - top: 5px; + line-height: 1; } @@ -774,7 +769,7 @@ form.bs-docs-example { border-radius: 6px; } .jumbo { - padding: 100px 0; + padding: 80px 0; margin: -60px 0 60px; background-color: #222; color: #fff; @@ -859,6 +854,15 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cabc', end } +.jumbo-buttons { + padding: 20px 0; + margin-top: -60px; + text-align: center; + background-color: #f5f5f5; + border-top: 1px solid #fff; + border-bottom: 1px solid #ddd; +} + @media (max-width: 480px) { body { diff --git a/docs/index.html b/docs/index.html index 8ceee89336..88d2f6b6a9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,6 +83,25 @@ +
+
+ +
+
+
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index a40659c5eb..2ca3ed887c 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -13,6 +13,25 @@
+
+
+ +
+
+