aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-09 17:36:02 -0700
committerMark Otto <[email protected]>2013-05-09 17:36:02 -0700
commite34abd02cc6d0a7d226dd0dc5a5dea59d53757de (patch)
tree2a7b37a296d95d4f9d1b23b23965df67f6a8c4cd
parent562483b907860bc522fb34b3f76f96943d58ed85 (diff)
downloadbootstrap-e34abd02cc6d0a7d226dd0dc5a5dea59d53757de.tar.xz
bootstrap-e34abd02cc6d0a7d226dd0dc5a5dea59d53757de.zip
redo docs footer a bit
-rw-r--r--docs/_layouts/default.html5
-rw-r--r--docs/assets/css/docs.css7
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 9ba678fa8..249088b99 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -45,10 +45,11 @@
Back to top
</a>
- <!-- Main docs footer (social buttons, copyright, etc). -->
- {% include colophon.html %}
</div>
+ <!-- Main docs footer (social buttons, copyright, etc). -->
+ {% include colophon.html %}
+
<!-- JS and analytics only. -->
{% include footer.html %}
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index bfbb60d48..92ea49d9c 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -52,6 +52,9 @@ body {
font-size: 50px;
line-height: 1;
}
+.bs-masthead .bs-social {
+ margin-top: 80px;
+}
/* Download button */
.bs-masthead .btn {
@@ -524,9 +527,10 @@ body {
-------------------------------------------------- */
.bs-footer {
- padding-top: 30px;
+ padding-top: 40px;
padding-bottom: 30px;
margin-top: 100px;
+ text-align: center;
border-top: 1px solid #e5e5e5;
}
.bs-footer p {
@@ -546,7 +550,6 @@ body {
/* Social proof buttons from GitHub & Twitter */
.bs-social {
- margin-top: 80px;
margin-bottom: 20px;
}
.bs-social-buttons {