]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
redo docs footer a bit
authorMark Otto <otto@github.com>
Fri, 10 May 2013 00:36:02 +0000 (17:36 -0700)
committerMark Otto <otto@github.com>
Fri, 10 May 2013 00:36:02 +0000 (17:36 -0700)
docs/_layouts/default.html
docs/assets/css/docs.css

index 9ba678fa89c560e4a2850c958fc70643ccbcc940..249088b995f2b48dd9456082a763152ed0758703 100644 (file)
         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 %}
 
index bfbb60d48dee0b1566a305c94259c5e903aae729..92ea49d9c1feafc356a886a9348314933e640f8b 100644 (file)
@@ -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 {