diff options
| author | Mark Otto <[email protected]> | 2014-03-17 02:03:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-17 02:03:16 -0700 |
| commit | 35ddc8427ed664241cf5a4b87cfd2d7d6ce70697 (patch) | |
| tree | cf1e155d25f9dc53fda5180272851576995c3636 /docs/_includes/footer.html | |
| parent | b3f30bb70efc5211520d7a55596becebc5d14662 (diff) | |
| download | bootstrap-35ddc8427ed664241cf5a4b87cfd2d7d6ce70697.tar.xz bootstrap-35ddc8427ed664241cf5a4b87cfd2d7d6ce70697.zip | |
revamp all the things
Diffstat (limited to 'docs/_includes/footer.html')
| -rw-r--r-- | docs/_includes/footer.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 6d626a198..3159faa16 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,12 +1,10 @@ <!-- Footer ================================================== --> <footer class="bs-docs-footer" role="contentinfo"> - <div class="container"> + <div class="bs-docs-container"> {% 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>Maintained by the <a href="https://github.com/twbs?tab=members">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> - <p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <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>. Maintained by the <a href="https://github.com/twbs?tab=members">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>. Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <ul class="bs-docs-footer-links muted"> <li>Currently v{{ site.current_version }}</li> <li>·</li> |
