Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-07-08 10:16:07 +0400
committerMark Otto <markotto@twitter.com>2012-07-08 10:16:07 +0400
commit5f861ef51735d8b0f2c0f0faf8f438808a480d99 (patch)
tree64a66f62b1ef3827b9ad1f695d2ac79eeb7a1aed /docs/components.html
parent3f2f96b0d71e64bd53d5175d0876f25f23a7835b (diff)
fix up docs to use default container, fix responsive home changes
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 2c07efbf6e..9a67b25e0d 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -33,7 +33,7 @@
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
- <div class="bs-docs-container">
+ <div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
@@ -66,7 +66,7 @@
</div>
</div>
- <div class="bs-docs-container">
+ <div class="container">
<!-- Masthead
================================================== -->
@@ -2221,6 +2221,11 @@ class="clearfix"
<p>Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> 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 the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Icons from <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">Read the blog</a></li>
+ <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li>
+ <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li>
+ </ul>
</footer>
</div>