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
---
-