]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove the canvas slider doodad
authorMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 02:00:25 +0000 (19:00 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 2 Aug 2012 02:00:25 +0000 (19:00 -0700)
20 files changed:
docs/assets/css/docs.css
docs/base-css.html
docs/components.html
docs/customize.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/customize.mustache
docs/templates/pages/extend.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache
docs/templates/pages/javascript.mustache
docs/templates/pages/scaffolding.mustache
docs/templates/pages/upgrading.mustache [deleted file]
docs/upgrading.html [deleted file]

index 8c81ec72ef0c399fc8fcd75ad99eb94a9a52b069..52f8ff1bc8a4cabd0e69a8bc1d2c352940c23d41 100644 (file)
@@ -851,37 +851,6 @@ form.bs-docs-example {
   }
 }
 
-@media (min-width: 979px) {
-  .masthead,
-  .subhead {
-    position: fixed;
-    top: 40px;
-    right: 0;
-    left: 0;
-  }
-  .masthead {
-    height: 380px;
-  }
-  .subhead {
-    height: 130px; /* +80px pdding */
-  }
-  .bs-docs-canvas {
-    position: absolute;
-    width: 100%;
-    z-index: 10;
-    background-color: #fff;
-    -webkit-box-shadow: 0 -5px 15px rgba(0,0,0,.15);
-       -moz-box-shadow: 0 -5px 15px rgba(0,0,0,.15);
-            box-shadow: 0 -5px 15px rgba(0,0,0,.15);
-  }
-  .masthead + .bs-docs-canvas {
-    top: 570px;
-  }
-  .subhead + .bs-docs-canvas {
-    top: 250px;
-  }
-}
-
 /* Tablet to desktop
 ------------------------- */
 @media (min-width: 768px) and (max-width: 980px) {
index 2f0c10f50037be355604a0283c0398383f9c00b9..cd550adc38a0e0ae5c2954e23d3dfb2627598489 100644 (file)
@@ -78,7 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
@@ -1790,47 +1789,44 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 2b2bc52e835f7de22890acac09d5bfb3b6fc296b..a578238cc56b89c3d2a2e76ffcb929f7dbd5effc 100644 (file)
@@ -78,7 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
@@ -2243,47 +2242,44 @@ class="clearfix"
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 1fc225e5251d4cf2629f468944cc19af2ee931d2..37da451e87a10eef321d43dbb85593a3b1c93437 100644 (file)
@@ -78,7 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index efd933cb5501a8035410de9af7333744bd7f3d44..aa306a598ceb0f1ed80921594d4f8d382ff956f5 100644 (file)
@@ -78,8 +78,6 @@
   <div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 70fb744326e95552192873f6aac8afd3b2128b53..4f7f43ed12b5460457b5c8bdd3e9d6926980e367 100644 (file)
@@ -78,7 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 91c0cdbc2fd6e6ea7a3cfb49c98f3a8ac301e8f8..1b21e1d00e9ccf8ce4e27e452c30e5fc5f95956c 100644 (file)
   </div>
 </div>
 
-<div class="bs-docs-canvas">
-
-  <div class="bs-docs-social">
-    <div class="container">
-      <ul class="bs-docs-social-buttons">
-        <li>
-          <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
-        </li>
-        <li>
-          <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
-        </li>
-        <li class="follow-btn">
-          <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
-        </li>
-        <li class="tweet-btn">
-          <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
-        </li>
-      </ul>
-    </div>
+<div class="bs-docs-social">
+  <div class="container">
+    <ul class="bs-docs-social-buttons">
+      <li>
+        <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
+      </li>
+      <li>
+        <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
+      </li>
+      <li class="follow-btn">
+        <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
+      </li>
+      <li class="tweet-btn">
+        <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
+      </li>
+    </ul>
   </div>
+</div>
 
-  <div class="container">
+<div class="container">
 
-    <div class="marketing">
+  <div class="marketing">
 
-      <h1>Introducing Bootstrap.</h1>
-      <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
+    <h1>Introducing Bootstrap.</h1>
+    <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
 
-      <div class="row-fluid">
-        <div class="span4">
-          <img src="assets/img/bs-docs-twitter-github.png">
-          <h2>By nerds, for nerds.</h2>
-          <p>Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.</p>
-        </div>
-        <div class="span4">
-          <img src="assets/img/bs-docs-responsive-illustrations.png">
-          <h2>Made for everyone.</h2>
-          <p>Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p>
-        </div>
-        <div class="span4">
-          <img src="assets/img/bs-docs-bootstrap-features.png">
-          <h2>Packed with features.</h2>
-          <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
-        </div>
+    <div class="row-fluid">
+      <div class="span4">
+        <img src="assets/img/bs-docs-twitter-github.png">
+        <h2>By nerds, for nerds.</h2>
+        <p>Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.</p>
+      </div>
+      <div class="span4">
+        <img src="assets/img/bs-docs-responsive-illustrations.png">
+        <h2>Made for everyone.</h2>
+        <p>Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p>
       </div>
+      <div class="span4">
+        <img src="assets/img/bs-docs-bootstrap-features.png">
+        <h2>Packed with features.</h2>
+        <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
+      </div>
+    </div>
 
-      <hr class="soften">
-
-      <h1>Built with Bootstrap.</h1>
-      <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.</p>
-      <div class="row-fluid">
-        <ul class="thumbnails example-sites">
-          <li class="span3">
-            <a class="thumbnail" href="http://soundready.fm/" target="_blank">
-              <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://kippt.com/" target="_blank">
-              <img src="assets/img/example-sites/kippt.png" alt="Kippt">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
-              <img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
-              <img src="assets/img/example-sites/jshint.png" alt="JS Hint">
-            </a>
-          </li>
-        </ul>
-       </div>
+    <hr class="soften">
 
-    </div>
+    <h1>Built with Bootstrap.</h1>
+    <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.</p>
+    <div class="row-fluid">
+      <ul class="thumbnails example-sites">
+        <li class="span3">
+          <a class="thumbnail" href="http://soundready.fm/" target="_blank">
+            <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://kippt.com/" target="_blank">
+            <img src="assets/img/example-sites/kippt.png" alt="Kippt">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
+            <img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
+            <img src="assets/img/example-sites/jshint.png" alt="JS Hint">
+          </a>
+        </li>
+      </ul>
+     </div>
 
   </div>
 
+</div>
 
 
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-    </div>
+
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 7b015f6fe9020f54a2ef1ad0d667e619f36b3b4d..d0332ece9b25bb6b33c21ffbc6087ac77cf35b3a 100644 (file)
@@ -78,8 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
@@ -1660,47 +1658,44 @@ $('[data-spy="affix"]').each(function () {
 
 
 
-
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
 
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 76ef0cc2ef4269cd6d3ce0a71ed9766b1b527385..2bc153ea9ba3d28e3e52619ba92daba7e85a71c3 100644 (file)
@@ -78,8 +78,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
 
 
 
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <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>
+      </div>
+    </footer>
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
 
-    </div>
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
 
index 6266446e1f7edac0a5c7149c1d3c0ae204c265a1..eb4cc9ef422c4e4ba450b02dc21c761b2a5fc6f0 100644 (file)
 
 
 
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p>
-          <p>{{_i}}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>.{{/i}}</p>
-          <p>{{_i}}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>.{{/i}}</p>
-          <p>{{_i}}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>.{{/i}}</p>
-          <ul class="footer-links">
-            <li><a href="http://blog.getbootstrap.com">{{_i}}Read the blog{{/i}}</a></li>
-            <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li>
-            <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li>
-          </ul>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
-
-    </div>{{! /.bs-docs-canvas }}
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p>
+        <p>{{_i}}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>.{{/i}}</p>
+        <p>{{_i}}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>.{{/i}}</p>
+        <p>{{_i}}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>.{{/i}}</p>
+        <ul class="footer-links">
+          <li><a href="http://blog.getbootstrap.com">{{_i}}Read the blog{{/i}}</a></li>
+          <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li>
+          <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li>
+        </ul>
+      </div>
+    </footer>
+
+
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+    <script src="assets/js/application.js"></script>
 
 
     {{#production}}
index 8420f7d2ff6f21cce3e1bdd28f475b7e1f3ad7c9..b0fe47c5519f0be31d4dcba785d1d892c9c576bb 100644 (file)
@@ -7,7 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index 314fd23f74248cea76fd5096cd324d09e0cf260a..7ebae93e82e1e73872bcd1e47c6671a4221b749d 100644 (file)
@@ -7,7 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
@@ -2169,5 +2168,3 @@ class="clearfix"
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index d84d02f0cfab9f6034a4276207479b6cdaa78b80..83f0169002641e7f4ec6d645b6fb8f1c34b74e4d 100644 (file)
@@ -7,7 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index 842f9f7a373a35208ffe2d0796f61b4c18efb15a..f925e7b2989344a9924576e7fe4ef8868f3a9646 100644 (file)
@@ -7,8 +7,6 @@
   <div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index 3b026dea363fc684d7e41f569d76828531f79e8e..a298e719b9e0c5fe25754cd586a9147712d30a58 100644 (file)
@@ -7,7 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
 
   <div class="container">
 
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index c2951cd85cc1f99314009a7aa28d53a8956b42a2..cf391cfb4c52e892fe39b3f5444de32fb691f6fc 100644 (file)
   </div>
 </div>
 
-<div class="bs-docs-canvas">
-
-  <div class="bs-docs-social">
-    <div class="container">
-      <ul class="bs-docs-social-buttons">
-        <li>
-          <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
-        </li>
-        <li>
-          <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
-        </li>
-        <li class="follow-btn">
-          <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a>
-        </li>
-        <li class="tweet-btn">
-          <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
-        </li>
-      </ul>
-    </div>
+<div class="bs-docs-social">
+  <div class="container">
+    <ul class="bs-docs-social-buttons">
+      <li>
+        <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
+      </li>
+      <li>
+        <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
+      </li>
+      <li class="follow-btn">
+        <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a>
+      </li>
+      <li class="tweet-btn">
+        <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
+      </li>
+    </ul>
   </div>
+</div>
 
-  <div class="container">
+<div class="container">
 
-    <div class="marketing">
+  <div class="marketing">
 
-      <h1>{{_i}}Introducing Bootstrap.{{/i}}</h1>
-      <p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p>
+    <h1>{{_i}}Introducing Bootstrap.{{/i}}</h1>
+    <p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p>
 
-      <div class="row-fluid">
-        <div class="span4">
-          <img src="assets/img/bs-docs-twitter-github.png">
-          <h2>{{_i}}By nerds, for nerds.{{/i}}</h2>
-          <p>{{_i}}Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.{{/i}}</p>
-        </div>
-        <div class="span4">
-          <img src="assets/img/bs-docs-responsive-illustrations.png">
-          <h2>{{_i}}Made for everyone.{{/i}}</h2>
-          <p>{{_i}}Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.{{/i}}</p>
-        </div>
-        <div class="span4">
-          <img src="assets/img/bs-docs-bootstrap-features.png">
-          <h2>{{_i}}Packed with features.{{/i}}</h2>
-          <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
-        </div>
+    <div class="row-fluid">
+      <div class="span4">
+        <img src="assets/img/bs-docs-twitter-github.png">
+        <h2>{{_i}}By nerds, for nerds.{{/i}}</h2>
+        <p>{{_i}}Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.{{/i}}</p>
       </div>
+      <div class="span4">
+        <img src="assets/img/bs-docs-responsive-illustrations.png">
+        <h2>{{_i}}Made for everyone.{{/i}}</h2>
+        <p>{{_i}}Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.{{/i}}</p>
+      </div>
+      <div class="span4">
+        <img src="assets/img/bs-docs-bootstrap-features.png">
+        <h2>{{_i}}Packed with features.{{/i}}</h2>
+        <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
+      </div>
+    </div>
 
-      <hr class="soften">
-
-      <h1>{{_i}}Built with Bootstrap.{{/i}}</h1>
-      <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.{{/i}}</p>
-      <div class="row-fluid">
-        <ul class="thumbnails example-sites">
-          <li class="span3">
-            <a class="thumbnail" href="http://soundready.fm/" target="_blank">
-              <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://kippt.com/" target="_blank">
-              <img src="assets/img/example-sites/kippt.png" alt="Kippt">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
-              <img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
-            </a>
-          </li>
-          <li class="span3">
-            <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
-              <img src="assets/img/example-sites/jshint.png" alt="JS Hint">
-            </a>
-          </li>
-        </ul>
-       </div>
+    <hr class="soften">
 
-    </div>{{! /.marketing }}
+    <h1>{{_i}}Built with Bootstrap.{{/i}}</h1>
+    <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.{{/i}}</p>
+    <div class="row-fluid">
+      <ul class="thumbnails example-sites">
+        <li class="span3">
+          <a class="thumbnail" href="http://soundready.fm/" target="_blank">
+            <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://kippt.com/" target="_blank">
+            <img src="assets/img/example-sites/kippt.png" alt="Kippt">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
+            <img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
+          </a>
+        </li>
+        <li class="span3">
+          <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
+            <img src="assets/img/example-sites/jshint.png" alt="JS Hint">
+          </a>
+        </li>
+      </ul>
+     </div>
 
-  </div>{{! /.container }}
+  </div>{{! /.marketing }}
 
-{{! /.bs-docs-canvas closes in footer }}
+</div>{{! /.container }}
index 0a17006f6ee1cd1e42ffeadda7bf5c921596f68b..8bb81c9b8cd59d260a7ff3327c0aeaf73c9dd2ec 100644 (file)
@@ -7,8 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
@@ -1587,5 +1585,3 @@ $('[data-spy="affix"]').each(function () {
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
index 63501e7fc8dbec1a2f81aeb542f1bb01c55adafe..e5ec29817c23ecdf4fbb43eefb17064c6a36d06b 100644 (file)
@@ -7,8 +7,6 @@
   </div>
 </header>
 
-<div class="bs-docs-canvas">
-
   <div class="container">
 
     <!-- Docs nav
     </div>{{! row}}
 
   </div>{{! /.container }}
-
-{{! /.bs-docs-canvas closes in footer }}
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache
deleted file mode 100644 (file)
index 5a82e2d..0000000
+++ /dev/null
@@ -1,194 +0,0 @@
-<!-- Masthead
-================================================== -->
-<header class="jumbotron subhead" id="overview">
-  <h1>{{_i}}Upgrading to Bootstrap 2{{/i}}</h1>
-  <p class="lead">{{_i}}Learn about significant changes and additions since v1.4 with this handy guide.{{/i}}</p>
-</header>
-
-
-
-<!-- Project
-================================================== -->
-<section id="docs">
-  <div class="page-header">
-    <h1>{{_i}}Project changes{{/i}}</h1>
-  </div>
-  <ul>
-    <li>{{_i}}Docs: major updates across the board to general structure, examples, and code snippets. Also made responsive with new media queries.{{/i}}</li>
-    <li>{{_i}}Docs: all docs pages are now powered by Mustache templates and strings are wrapped in i18n tags for translation by the Twitter Translation Center. All changes to documentation must be done here and then compiled (similar to our CSS and LESS).{{/i}}</li>
-    <li>{{_i}}Repo directory structure: removed the compiled CSS from the root in favor of a large direct download link on the docs homepage. Compiled CSS is in <code>/docs/assets/css/</code>.{{/i}}</li>
-    <li>{{_i}}Docs and repo: one makefile, just type <code>make</code> in the Terminal and get updated docs and CSS.{{/i}}</li>
-  </ul>
-</section>
-
-
-
-<!-- Scaffolding
-================================================== -->
-<section id="scaffolding">
-  <div class="page-header">
-    <h1>{{_i}}Scaffolding{{/i}}</h1>
-  </div>
-  <h3>{{_i}}Grid system{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Updated grid system, now only 12 columns instead of 16{{/i}}
-    <li>{{_i}}Responsive approach means your projects virtually work out of the box on smartphones, tablets, and more{{/i}}</li>
-    <li>{{_i}}Removed unused (by default) grid columns support for 17-24 columns{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Responsive (media queries){{/i}}</h3>
-  <ul>
-    <li>{{_i}}Media queries added for <strong>basic support</strong> across mobile and tablet devices{{/i}}
-    <li>{{_i}}Responsive CSS is compiled separately, as bootstrap-responsive.css{{/i}}</li>
-  </ul>
-</section>
-
-
-
-<!-- Base CSS
-================================================== -->
-<section id="baseCSS">
-  <div class="page-header">
-    <h1>{{_i}}Base CSS{{/i}}</h1>
-  </div>
-  <h3>{{_i}}Typography{{/i}}</h3>
-  <ul>
-    <li>{{_i}}<code>h4</code> elements were dropped from 16px to 14px with a default <code>line-height</code> of 18px{{/i}}</li>
-    <li>{{_i}}<code>h5</code> elements were dropped from 14px to 12px{{/i}}</li>
-    <li>{{_i}}<code>h6</code> elements were dropped from 13px to 11px{{/i}}</li>
-    <li>{{_i}}Right-aligned option for blockquotes if <code>float: right;</code>{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Code{{/i}}</h3>
-  <ul>
-    <li>{{_i}}New graphical style for <code>&lt;code&gt;</code>{{/i}}</li>
-    <li>{{_i}}Google Code Prettify styles updated (based on GitHub's gists){{/i}}</li>
-  </ul>
-  <h3>{{_i}}Tables{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Improved support for <code>colspan</code> and <code>rowspan</code>{{/i}}</li>
-    <li>{{_i}}Styles now restricted to new base class, <code>.table</code>{{/i}}</li>
-    <li>{{_i}}Table classes standardized with <code>.table-</code> required as a prefix{{/i}}</li>
-    <li>{{_i}}Removed unused table color options (too much code for such little impact){{/i}}</li>
-    <li>{{_i}}Dropped support for TableSorter{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Buttons{{/i}}</h3>
-  <ul>
-    <li>{{_i}}New classes for colors and sizes, all prefixed with <code>.btn-</code>{{/i}}</li>
-    <li>{{_i}}IE9: removed gradients and added rounded corners{{/i}}</li>
-    <li>{{_i}}Updated active state to make styling clearer in button groups (new) and look better with custom transition{{/i}}</li>
-    <li>{{_i}}New mixin, <code>.buttonBackground</code>, to set button gradients{{/i}}</li>
-    <li>{{_i}}The <code>.secondary</code> class was removed from modal examples in our docs as it never had associated styles.{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Forms{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Default form style is now vertical (stacked) to use less CSS and add greater flexibility{{/i}}</li>
-    <li>{{_i}}Form classes standardized with <code>.form-</code> required as a prefix{{/i}}</li>
-    <li>{{_i}}New built-in form defaults for search, inline, and horizontal forms{{/i}}</li>
-    <li>{{_i}}For horizontal forms, previous classes <code>.clearfix</code> and <code>.input</code> are equivalent to the new <code>.control-group</code> and <code>.controls</code>.{{/i}}</li>
-    <li>{{_i}}More flexible horizontal form markup with classes for all styling, including new optional class for the <code>label</code>{{/i}}</li>
-    <li>{{_i}}Form states: colors updated and customizable via new LESS variables{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Icons, by Glyphicons{{/i}}</h3>
-  <ul>
-    <li>{{_i}}New Glyphicons Halflings icon set added in sprite form, in black and white{{/i}}</li>
-    <li>{{_i}}Simple markup required for an icon in tons of contexts: <code>&lt;i class="icon-cog"&gt;&lt;/&gt;</code>{{/i}}</li>
-    <li>{{_i}}Add another class, <code>.icon-white</code>, for white variation of the same icon{{/i}}</li>
-  </ul>
-</section>
-
-
-
-<!-- Components
-================================================== -->
-<section id="components">
-  <div class="page-header">
-    <h1>{{_i}}Components{{/i}}</h1>
-  </div>
-  <h3>{{_i}}Button groups and dropdowns{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Two brand new components in 2.0: button groups and button dropdowns{{/i}}</li>
-    <li>{{_i}}Dependency: button dropdowns are built on button groups, and therefore require all their styles{{/i}}</li>
-    <li>{{_i}}Button groups, <code>.btn-group</code>, can be grouped one level higher with a button toolbar, <code>.btn-toolbar</code>{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Navigation{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code> and the class names are now <code>.nav-pills</code> and <code>.nav-tabs</code>.{{/i}}</li>
-    <li>{{_i}}New nav list variation added that uses the same base class, <code>.nav</code>{{/i}}</li>
-    <li>{{_i}}Vertical tabs and pills have been added&mdash;just add <code>.nav-stacked</code> to the <code>&lt;ul&gt;</code>{{/i}}</li>
-    <li>{{_i}}Pills were restyled to be less rounded by default{{/i}}</li>
-    <li>{{_i}}Pills now have dropdown menu support (they share the same markup and styles as tabs){{/i}}</li>
-  </ul>
-  <h3>{{_i}}Navbar (formerly topbar){{/i}}</h3>
-  <ul>
-    <li>{{_i}}Base class changed from <code>.topbar</code> to <code>.navbar</code>{{/i}}</li>
-    <li>{{_i}}Now supports static position (default behavior, not fixed) and fixed to the top of viewport via <code>.navbar-fixed-top</code> (previously only supported fixed){{/i}}</li>
-    <li>{{_i}}Added vertical dividers to top-level nav{{/i}}</li>
-    <li>{{_i}}Improved support for inline forms in the navbar, which now require <code>.navbar-form</code> to properly scope styles to only the intended forms.{{/i}}</li>
-    <li>{{_i}}Navbar search form now requires use of the <code>.navbar-search</code> class and its input the use of <code>.search-query</code>. To position the search form, you <strong>must</strong> use <code>.pull-left</code> or <code>.pull-right</code>.{{/i}}</li>
-    <li>{{_i}}Added optional responsive markup for collapsing navbar contents for smaller resolutions and devices. <a href="./components.html#navbar">See navbar docs</a> for how to utilize.{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Dropdown menus{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Updated the <code>.dropdown-menu</code> to tighten up spacing{{/i}}</li>
-    <li>{{_i}}Now requires you to add a <code>&lt;span class="caret"&gt;&lt;/span&gt;</code> to show the dropdown arrow{{/i}}</li>
-    <li>{{_i}}Now requires you to add a <code>data-toggle="dropdown"</code> attribute to obtain toggling behavior{{/i}}</li>
-    <li>{{_i}}The navbar (fixed topbar) has brand new dropdowns. Gone are the dark versions and in their place are the standard white ones with an additional caret at their tops for clarity of position.{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Labels{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Label colors updated to match form state colors{{/i}}</li>
-    <li>{{_i}}Not only do they match graphically, but they are powered by the same new variables{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Thumbnails{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Formerly <code>.media-grid</code>, now just <code>.thumbnails</code>, we've thoroughly extended this component for more uses while maintaining overall simplicity out of the box.{{/i}}</li>
-    <li>{{_i}}Individual thumbnails now require <code>.thumbnail</code> class{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Alerts{{/i}}</h3>
-  <ul>
-    <li>{{_i}}New base class: <code>.alert</code> instead of <code>.alert-message</code>{{/i}}</li>
-    <li>{{_i}}Class names standardized for other options, now all starting with <code>.alert-</code>{{/i}}</li>
-    <li>{{_i}}Redesigned base alert styles to combine the default alerts and block-level alerts into one{{/i}}</li>
-    <li>{{_i}}Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code>{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Progress bars{{/i}}</h3>
-  <ul>
-    <li>{{_i}}New in 2.0{{/i}}</li>
-    <li>{{_i}}Features multiple styles via classes, including striped and animated variations via CSS3{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Miscellaneous components{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Added documentation for the well component and the close icon (used in modals and alerts){{/i}}</li>
-  </ul>
-</section>
-
-
-
-<!-- Javascript
-================================================== -->
-<section id="javascript">
-  <div class="page-header">
-    <h1>{{_i}}Javascript plugins{{/i}}</h1>
-  </div>
-  <div class="alert alert-info">
-    <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}We've rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.{{/i}}
-  </div>
-  <h3>{{_i}}Tooltips{{/i}}</h3>
-  <ul>
-    <li>{{_i}}The plugin method has been renamed from <code>twipsy()</code> to <code>tooltip()</code>, and the class name changed from <code>twipsy</code> to <code>tooltip</code>.{{/i}}</li>
-    <li>{{_i}}The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.{{/i}}</li>
-    <li>{{_i}}The <code>animate</code> option was renamed to <code>animation</code>.{{/i}}</li>
-    <li>{{_i}}The <code>html</code> option was removed, as the tooltips default to allowing HTML now.{{/i}}</li>
-  </ul>
-  <h3>{{_i}}Popovers{{/i}}</h3>
-  <ul>
-    <li>{{_i}}Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.{{/i}}</li>
-    <li>{{_i}}The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.{{/i}}</li>
-  </ul>
-  <h3>{{_i}}New plugins{{/i}}</h3>
-  <ul>
-    <li>{{_i}}<a href="./javascript.html#collapse">Collapse</a>{{/i}}</li>
-    <li>{{_i}}<a href="./javascript.html#carousel">Carousel</a>{{/i}}</li>
-    <li>{{_i}}<a href="./javascript.html#typeahead">Typeahead</a>{{/i}}</li>
-  </ul>
-</section>
-
diff --git a/docs/upgrading.html b/docs/upgrading.html
deleted file mode 100644 (file)
index 2e390aa..0000000
+++ /dev/null
@@ -1,313 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Upgrading ยท Twitter Bootstrap</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <!-- Le styles -->
-    <link href="assets/css/bootstrap.css" rel="stylesheet">
-    <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
-    <link href="assets/css/docs.css" rel="stylesheet">
-    <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
-
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-
-    <!-- Le fav and touch icons -->
-    <link rel="shortcut icon" href="assets/ico/favicon.ico">
-    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
-    <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
-
-  </head>
-
-  <body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="10">
-
-    <!-- Navbar
-    ================================================== -->
-    <div class="navbar navbar-inverse navbar-fixed-top">
-      <div class="navbar-inner">
-        <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>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="brand" href="./index.html">Bootstrap</a>
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="">
-                <a href="./index.html">Home</a>
-              </li>
-              <li class="">
-                <a href="./getting-started.html">Get started</a>
-              </li>
-              <li class="">
-                <a href="./scaffolding.html">Scaffolding</a>
-              </li>
-              <li class="">
-                <a href="./base-css.html">Base CSS</a>
-              </li>
-              <li class="">
-                <a href="./components.html">Components</a>
-              </li>
-              <li class="">
-                <a href="./javascript.html">Javascript</a>
-              </li>
-              <li class="">
-                <a href="./customize.html">Customize</a>
-              </li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-<!-- Masthead
-================================================== -->
-<header class="jumbotron subhead" id="overview">
-  <h1>Upgrading to Bootstrap 2</h1>
-  <p class="lead">Learn about significant changes and additions since v1.4 with this handy guide.</p>
-</header>
-
-
-
-<!-- Project
-================================================== -->
-<section id="docs">
-  <div class="page-header">
-    <h1>Project changes</h1>
-  </div>
-  <ul>
-    <li>Docs: major updates across the board to general structure, examples, and code snippets. Also made responsive with new media queries.</li>
-    <li>Docs: all docs pages are now powered by Mustache templates and strings are wrapped in i18n tags for translation by the Twitter Translation Center. All changes to documentation must be done here and then compiled (similar to our CSS and LESS).</li>
-    <li>Repo directory structure: removed the compiled CSS from the root in favor of a large direct download link on the docs homepage. Compiled CSS is in <code>/docs/assets/css/</code>.</li>
-    <li>Docs and repo: one makefile, just type <code>make</code> in the Terminal and get updated docs and CSS.</li>
-  </ul>
-</section>
-
-
-
-<!-- Scaffolding
-================================================== -->
-<section id="scaffolding">
-  <div class="page-header">
-    <h1>Scaffolding</h1>
-  </div>
-  <h3>Grid system</h3>
-  <ul>
-    <li>Updated grid system, now only 12 columns instead of 16
-    <li>Responsive approach means your projects virtually work out of the box on smartphones, tablets, and more</li>
-    <li>Removed unused (by default) grid columns support for 17-24 columns</li>
-  </ul>
-  <h3>Responsive (media queries)</h3>
-  <ul>
-    <li>Media queries added for <strong>basic support</strong> across mobile and tablet devices
-    <li>Responsive CSS is compiled separately, as bootstrap-responsive.css</li>
-  </ul>
-</section>
-
-
-
-<!-- Base CSS
-================================================== -->
-<section id="baseCSS">
-  <div class="page-header">
-    <h1>Base CSS</h1>
-  </div>
-  <h3>Typography</h3>
-  <ul>
-    <li><code>h4</code> elements were dropped from 16px to 14px with a default <code>line-height</code> of 18px</li>
-    <li><code>h5</code> elements were dropped from 14px to 12px</li>
-    <li><code>h6</code> elements were dropped from 13px to 11px</li>
-    <li>Right-aligned option for blockquotes if <code>float: right;</code></li>
-  </ul>
-  <h3>Code</h3>
-  <ul>
-    <li>New graphical style for <code>&lt;code&gt;</code></li>
-    <li>Google Code Prettify styles updated (based on GitHub's gists)</li>
-  </ul>
-  <h3>Tables</h3>
-  <ul>
-    <li>Improved support for <code>colspan</code> and <code>rowspan</code></li>
-    <li>Styles now restricted to new base class, <code>.table</code></li>
-    <li>Table classes standardized with <code>.table-</code> required as a prefix</li>
-    <li>Removed unused table color options (too much code for such little impact)</li>
-    <li>Dropped support for TableSorter</li>
-  </ul>
-  <h3>Buttons</h3>
-  <ul>
-    <li>New classes for colors and sizes, all prefixed with <code>.btn-</code></li>
-    <li>IE9: removed gradients and added rounded corners</li>
-    <li>Updated active state to make styling clearer in button groups (new) and look better with custom transition</li>
-    <li>New mixin, <code>.buttonBackground</code>, to set button gradients</li>
-    <li>The <code>.secondary</code> class was removed from modal examples in our docs as it never had associated styles.</li>
-  </ul>
-  <h3>Forms</h3>
-  <ul>
-    <li>Default form style is now vertical (stacked) to use less CSS and add greater flexibility</li>
-    <li>Form classes standardized with <code>.form-</code> required as a prefix</li>
-    <li>New built-in form defaults for search, inline, and horizontal forms</li>
-    <li>For horizontal forms, previous classes <code>.clearfix</code> and <code>.input</code> are equivalent to the new <code>.control-group</code> and <code>.controls</code>.</li>
-    <li>More flexible horizontal form markup with classes for all styling, including new optional class for the <code>label</code></li>
-    <li>Form states: colors updated and customizable via new LESS variables</li>
-  </ul>
-  <h3>Icons, by Glyphicons</h3>
-  <ul>
-    <li>New Glyphicons Halflings icon set added in sprite form, in black and white</li>
-    <li>Simple markup required for an icon in tons of contexts: <code>&lt;i class="icon-cog"&gt;&lt;/&gt;</code></li>
-    <li>Add another class, <code>.icon-white</code>, for white variation of the same icon</li>
-  </ul>
-</section>
-
-
-
-<!-- Components
-================================================== -->
-<section id="components">
-  <div class="page-header">
-    <h1>Components</h1>
-  </div>
-  <h3>Button groups and dropdowns</h3>
-  <ul>
-    <li>Two brand new components in 2.0: button groups and button dropdowns</li>
-    <li>Dependency: button dropdowns are built on button groups, and therefore require all their styles</li>
-    <li>Button groups, <code>.btn-group</code>, can be grouped one level higher with a button toolbar, <code>.btn-toolbar</code></li>
-  </ul>
-  <h3>Navigation</h3>
-  <ul>
-    <li>Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code> and the class names are now <code>.nav-pills</code> and <code>.nav-tabs</code>.</li>
-    <li>New nav list variation added that uses the same base class, <code>.nav</code></li>
-    <li>Vertical tabs and pills have been added&mdash;just add <code>.nav-stacked</code> to the <code>&lt;ul&gt;</code></li>
-    <li>Pills were restyled to be less rounded by default</li>
-    <li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
-  </ul>
-  <h3>Navbar (formerly topbar)</h3>
-  <ul>
-    <li>Base class changed from <code>.topbar</code> to <code>.navbar</code></li>
-    <li>Now supports static position (default behavior, not fixed) and fixed to the top of viewport via <code>.navbar-fixed-top</code> (previously only supported fixed)</li>
-    <li>Added vertical dividers to top-level nav</li>
-    <li>Improved support for inline forms in the navbar, which now require <code>.navbar-form</code> to properly scope styles to only the intended forms.</li>
-    <li>Navbar search form now requires use of the <code>.navbar-search</code> class and its input the use of <code>.search-query</code>. To position the search form, you <strong>must</strong> use <code>.pull-left</code> or <code>.pull-right</code>.</li>
-    <li>Added optional responsive markup for collapsing navbar contents for smaller resolutions and devices. <a href="./components.html#navbar">See navbar docs</a> for how to utilize.</li>
-  </ul>
-  <h3>Dropdown menus</h3>
-  <ul>
-    <li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li>
-    <li>Now requires you to add a <code>&lt;span class="caret"&gt;&lt;/span&gt;</code> to show the dropdown arrow</li>
-    <li>Now requires you to add a <code>data-toggle="dropdown"</code> attribute to obtain toggling behavior</li>
-    <li>The navbar (fixed topbar) has brand new dropdowns. Gone are the dark versions and in their place are the standard white ones with an additional caret at their tops for clarity of position.</li>
-  </ul>
-  <h3>Labels</h3>
-  <ul>
-    <li>Label colors updated to match form state colors</li>
-    <li>Not only do they match graphically, but they are powered by the same new variables</li>
-  </ul>
-  <h3>Thumbnails</h3>
-  <ul>
-    <li>Formerly <code>.media-grid</code>, now just <code>.thumbnails</code>, we've thoroughly extended this component for more uses while maintaining overall simplicity out of the box.</li>
-    <li>Individual thumbnails now require <code>.thumbnail</code> class</li>
-  </ul>
-  <h3>Alerts</h3>
-  <ul>
-    <li>New base class: <code>.alert</code> instead of <code>.alert-message</code></li>
-    <li>Class names standardized for other options, now all starting with <code>.alert-</code></li>
-    <li>Redesigned base alert styles to combine the default alerts and block-level alerts into one</li>
-    <li>Block level alert class changed: <code>.alert-block</code> instead of <code>.block-message</code></li>
-  </ul>
-  <h3>Progress bars</h3>
-  <ul>
-    <li>New in 2.0</li>
-    <li>Features multiple styles via classes, including striped and animated variations via CSS3</li>
-  </ul>
-  <h3>Miscellaneous components</h3>
-  <ul>
-    <li>Added documentation for the well component and the close icon (used in modals and alerts)</li>
-  </ul>
-</section>
-
-
-
-<!-- Javascript
-================================================== -->
-<section id="javascript">
-  <div class="page-header">
-    <h1>Javascript plugins</h1>
-  </div>
-  <div class="alert alert-info">
-    <strong>Heads up!</strong> We've rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.
-  </div>
-  <h3>Tooltips</h3>
-  <ul>
-    <li>The plugin method has been renamed from <code>twipsy()</code> to <code>tooltip()</code>, and the class name changed from <code>twipsy</code> to <code>tooltip</code>.</li>
-    <li>The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.</li>
-    <li>The <code>animate</code> option was renamed to <code>animation</code>.</li>
-    <li>The <code>html</code> option was removed, as the tooltips default to allowing HTML now.</li>
-  </ul>
-  <h3>Popovers</h3>
-  <ul>
-    <li>Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.</li>
-    <li>The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.</li>
-  </ul>
-  <h3>New plugins</h3>
-  <ul>
-    <li><a href="./javascript.html#collapse">Collapse</a></li>
-    <li><a href="./javascript.html#carousel">Carousel</a></li>
-    <li><a href="./javascript.html#typeahead">Typeahead</a></li>
-  </ul>
-</section>
-
-
-
-
-      <!-- Footer
-      ================================================== -->
-      <footer class="footer">
-        <div class="container">
-          <p class="pull-right"><a href="#">Back to top</a></p>
-          <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>
-        </div>
-      </footer>
-
-
-
-      <!-- Le javascript
-      ================================================== -->
-      <!-- Placed at the end of the document so the pages load faster -->
-      <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-      <script src="assets/js/jquery.js"></script>
-      <script src="assets/js/google-code-prettify/prettify.js"></script>
-      <script src="assets/js/bootstrap-transition.js"></script>
-      <script src="assets/js/bootstrap-alert.js"></script>
-      <script src="assets/js/bootstrap-modal.js"></script>
-      <script src="assets/js/bootstrap-dropdown.js"></script>
-      <script src="assets/js/bootstrap-scrollspy.js"></script>
-      <script src="assets/js/bootstrap-tab.js"></script>
-      <script src="assets/js/bootstrap-tooltip.js"></script>
-      <script src="assets/js/bootstrap-popover.js"></script>
-      <script src="assets/js/bootstrap-button.js"></script>
-      <script src="assets/js/bootstrap-collapse.js"></script>
-      <script src="assets/js/bootstrap-carousel.js"></script>
-      <script src="assets/js/bootstrap-typeahead.js"></script>
-      <script src="assets/js/bootstrap-affix.js"></script>
-      <script src="assets/js/application.js"></script>
-
-    </div>
-
-
-
-  </body>
-</html>