From: Mark Otto Date: Fri, 10 May 2013 00:36:02 +0000 (-0700) Subject: redo docs footer a bit X-Git-Tag: v3.0.0-rc1~357^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34abd02cc6d0a7d226dd0dc5a5dea59d53757de;p=thirdparty%2Fbootstrap.git redo docs footer a bit --- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 9ba678fa89..249088b995 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -45,10 +45,11 @@ Back to top - - {% include colophon.html %} + + {% include colophon.html %} + {% include footer.html %} diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bfbb60d48d..92ea49d9c1 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 {