From ac28ad81d0b1761c07607c89c0d1dfc6c7caf721 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Wed, 8 May 2013 22:55:17 -0700 Subject: [PATCH] .bs-docs-footer to .bs-footer; nuke .bs-docs-container css; remove .bs-docs-container from footer --- docs/_includes/colophon.html | 27 ++++++++++++--------------- docs/assets/css/docs.css | 10 ++-------- 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html index de2c0f0194..fa7958ef8f 100644 --- a/docs/_includes/colophon.html +++ b/docs/_includes/colophon.html @@ -1,19 +1,16 @@ <!-- Footer ================================================== --> -<footer class="bs-docs-footer"> - <div class="bs-docs-container"> +<footer class="bs-footer"> + {% include social-buttons.html %} - {% include social-buttons.html %} - - <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> - <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <ul class="footer-links"> - <li><a href="http://blog.getbootstrap.com">Blog</a></li> - <li class="muted">·</li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> - <li class="muted">·</li> - <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li> - </ul> - </div> + <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> + <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <ul class="footer-links"> + <li><a href="http://blog.getbootstrap.com">Blog</a></li> + <li class="muted">·</li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> + <li class="muted">·</li> + <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li> + </ul> </footer> diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2195c7cb61..020fba8530 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -522,13 +522,13 @@ body { /* Footer -------------------------------------------------- */ -.bs-docs-footer { +.bs-footer { padding-top: 30px; padding-bottom: 30px; margin-top: 100px; border-top: 1px solid #e5e5e5; } -.bs-docs-footer p { +.bs-footer p { margin-bottom: 0; color: #777; } @@ -676,12 +676,6 @@ input.focused { line-height: 1; } - /* Undo custom padding */ - .bs-docs-container { - padding-left: 0; - padding-right: 0; - } - /* Show the docs nav */ .bs-sidebar { display: block; -- GitLab