From: Mark Otto Date: Fri, 26 Jul 2013 08:43:43 +0000 (-0700) Subject: Mo betta placement of old docs callouts X-Git-Tag: v3.0.0-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d766d9e2ff09ee5a8eeb148b86622297634a3ff;p=thirdparty%2Fbootstrap.git Mo betta placement of old docs callouts --- diff --git a/_layouts/default.html b/_layouts/default.html index 104f07f763..6b776f225b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,9 +10,6 @@ {% include nav-main.html %} - - {% include old-bs-docs.html %} -
@@ -24,6 +21,9 @@
+ + {% include old-bs-docs.html %} +
diff --git a/_layouts/home.html b/_layouts/home.html index d027289578..13da28f0bd 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -10,11 +10,30 @@ {% include nav-main.html %} + + {{ content }} + {% include old-bs-docs.html %} - - {{ content }} +
+ {% include social-buttons.html %} + + +
{% include footer.html %} diff --git a/assets/css/docs.css b/assets/css/docs.css index 59cb1b19e9..4a8373ad5f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -72,6 +72,10 @@ body { .bs-old-docs strong { color: #555; } +.bs-docs-home .bs-old-docs { + text-align: center; + border-top: 1px solid #e5e5e5; +} /* Homepage masthead @@ -79,7 +83,6 @@ body { .bs-masthead { position: relative; - margin-bottom: 20px; padding: 30px 15px; text-align: center; } @@ -87,9 +90,6 @@ body { font-size: 50px; line-height: 1; } -.bs-masthead .bs-social { - margin-top: 80px; -} /* Download button */ .bs-masthead .btn-bs { @@ -100,11 +100,16 @@ body { } /* Textual links */ +.bs-social { + margin-top: 30px; + text-align: center; +} .bs-masthead-links { margin-top: 20px; margin-bottom: 20px; padding-left: 0; list-style: none; + text-align: center; } .bs-masthead-links li { display: inline; diff --git a/index.html b/index.html index c8dcc548ac..10ea4f6d93 100644 --- a/index.html +++ b/index.html @@ -3,31 +3,12 @@ layout: home title: Bootstrap --- -
-
- -

Bootstrap 3 RC1

+
+
+

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

Download Bootstrap

- - {% include social-buttons.html %} - - -