]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove sidenav
authorMark Otto <markotto@twitter.com>
Wed, 6 Jun 2012 02:53:54 +0000 (19:53 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 6 Jun 2012 02:53:54 +0000 (19:53 -0700)
12 files changed:
docs/assets/css/docs.css
docs/base-css.html
docs/components.html
docs/download.html
docs/examples.html
docs/index.html
docs/javascript.html
docs/less.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/scaffolding.mustache
docs/upgrading.html

index 45c6693a7e5e685780035f62160b6b3f24e7e46f..81fb7dc9be3d9a62306ccf65bcadb26bc5f402e7 100644 (file)
@@ -18,56 +18,24 @@ body {
   background-position: 0 40px;
 }
 
-body,
-li {
-  line-height: 20px;
+/* Custom container for the narrow docs */
+.bs-docs-container {
+  max-width: 780px;
+  margin: 0 auto;
 }
 
-.bs-docs-nav {
-  display: none;
-  position: fixed;
-  top: 0;
-  left: 0;
-  bottom: 0;
-  overflow-y: scroll;
-  width: 140px;
-  padding: 25px 30px;
-  background-color: #eee;
-  text-shadow: 0 1px 0 rgba(255,255,255,.5);
-}
-.bs-docs-nav ul {
-  margin-left: 0;
-  margin-bottom: 10px;
-}
-.bs-docs-nav ul li {
-  list-style: none;
-}
-.bs-docs-nav a {
-  font-size: 13px;
+/* Increase docs base type size and line-heights */
+body {
   line-height: 20px;
 }
-.bs-docs-nav > ul > li > a {
-  font-size: 14px;
-  color: #999;
+p {
+  margin-bottom: 15px;
 }
-
-.bs-docs-wrapper {
-  position: fixed;
-  top: 0;
-  left: 200px;
-  right: 0;
-  bottom: 0;
-  padding: 40px 0;
-  overflow-y: scroll;
-  -webkit-box-shadow: -10px 0 15px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);
-     -moz-box-shadow: -10px 0 15px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);
-          box-shadow: -10px 0 15px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);
+li {
+  line-height: 25px;
 }
 
-.bs-docs-container {
-  max-width: 780px;
-  margin: 0 auto;
-}
+
 
 /* Tweak navbar brand link to be super sleek
 -------------------------------------------------- */
@@ -97,6 +65,12 @@ section {
   padding-top: 60px;
 }
 
+/* Table of contents */
+.bs-docs-contents li {
+  line-height: 25px;
+  color: #777;
+}
+
 /* Faded out hr */
 hr.soften {
   height: 1px;
@@ -108,17 +82,6 @@ hr.soften {
   border: 0;
 }
 
-/* Table of contents */
-.bs-docs-contents {
-}
-.bs-docs-contents h3 {
-
-}
-.bs-docs-contents li {
-  line-height: 25px;
-  color: #777;
-}
-
 
 /* Jumbotrons
 -------------------------------------------------- */
@@ -365,8 +328,8 @@ hr.soften {
   -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
-  min-height: 30px;
-  line-height: 30px;
+  min-height: 40px;
+  line-height: 40px;
 }
 .show-grid:hover [class*="span"] {
   background: #ddd;
@@ -667,6 +630,9 @@ form.well {
   font-size: 13px;
   line-height: 18px;
 }
+.bs-docs-example p {
+  margin-bottom: 9px;
+}
 .bs-docs-example p:last-child {
   margin-bottom: 0;
 }
@@ -674,6 +640,9 @@ form.well {
   font-size: 18px;
   line-height: 24px;
 }
+.bs-docs-example li {
+  line-height: 18px;
+}
 
 /* Responsive table
 ------------------------- */
index 16eca66c76e530d46d9454e3929809c88462f0f5..aed1a5e08b0de5c7323f3289d6436159c117dc5a 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="active">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index b2f2d0afcdaf6cc17eac0c67ac60af6b49becac6..a82c8ac45aebc7da35879bcf2ad6882816750cd0 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="active">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index 56f320f4e580720684898cb0ad49c0ead943e67c..c5fb07a5c8d8192d18daadb0069b649ff318d1dd 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="active">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index ace723258d12f55ffe30f1153c981275e1527599..c70c4b00dc822ffbdf2f0d0d8b801514bc4b4b59 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="active">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index 3341912fb296217bcfae0828e035831edc06ca0a..dbc5b99d0b59cc05dfe1934099820146efd23bce 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="active">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index 556f274a3f0d667924f258950ac6cc842a384e1f..97c127243216d4f4bb79708f1f7c149bf0949d9a 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="active">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index 87610c83f0227c879ca8fbef4a5b0f0ff0ab9fdd..76987cff52eb0061ef7731115ee74475b67b1998 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="active">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
index 9884c42e38ee1801a1dbdd07884db27508087d47..c93509ce49126812c6da1c2b56b2d2ac440c0a3d 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="active">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead
   </div>
 
   <h2>Requires HTML5 doctype</h2>
-  <p>Bootstrap makes use of HTML elements and CSS properties that require the use of the HTML5 doctype. Be sure to include it at the beginning of every Bootstrapped page in your project.</p>
+  <p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p>
 <pre class="prettyprint linenums">
 &lt;!DOCTYPE html&gt;
 &lt;html lang="en"&gt;
 </pre>
 
   <h2>Typography and links</h2>
-  <p>Within the <strong>scaffolding.less</strong> file, we set basic global display, typography, and link styles. Specifically, we:</p>
+  <p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
   <ul>
-    <li>Remove margin on the body</li>
+    <li>Remove <code>margin</code> on the body</li>
     <li>Set <code>background-color: white;</code> on the <code>body</code></li>
     <li>Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base</li>
     <li>Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code></li>
   </ul>
+  <p>These styles can be found within <strong>scaffolding.less</strong>.</p>
 
   <h2>Reset via Normalize</h2>
-  <p>As of Bootstrap 2, the traditional CSS reset has evolved to make use of elements from <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>.</p>
-  <p>The new reset can still be found in <strong>reset.less</strong>, but with many elements removed for brevity and accuracy.</p>
+  <p>With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.</p>
 
 </section>
 
     <h1>Default grid system <small>12 columns with a responsive twist</small></h1>
   </div>
 
+  <h2>Live grid example</h2>
+  <p>The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.</p>
   <div class="bs-docs-grid">
     <div class="row show-grid">
       <div class="span1">1</div>
     </div>
   </div>
 
-  <p>The default grid system provided in Bootstrap utilizes <strong>12 columns</strong> that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically. </p>
+  <h3>Basic grid HTML</h3>
+  <p>For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.</p>
 <pre class="prettyprint linenums">
 &lt;div class="row"&gt;
   &lt;div class="span4"&gt;...&lt;/div&gt;
   &lt;div class="span8"&gt;...&lt;/div&gt;
 &lt;/div&gt;
 </pre>
-
-  <p>As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.</p>
-
-  <br>
+  <p>Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.</p>
 
   <h2>Offsetting columns</h2>
+  <p>Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.</p>
   <div class="bs-docs-grid">
     <div class="row show-grid">
       <div class="span4">4</div>
 &lt;/div&gt;
 </pre>
 
-  <br>
-
   <h2>Nesting columns</h2>
-  <div class="row">
-    <div class="span6">
-      <p>With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column.</p>
-      <h3>Example</h3>
-      <p>Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested <code>.span3</code> columns should be placed within a <code>.span6</code>.</p>
-      <div class="row show-grid">
-        <div class="span6">
-          Level 1 of column
-          <div class="row show-grid">
-            <div class="span3">
-              Level 2
-            </div>
-            <div class="span3">
-              Level 2
-            </div>
+    <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.</p>
+    <h3>Example</h3>
+    <p>Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.</p>
+    <div class="row show-grid">
+      <div class="span8">
+        Level 1 of column
+        <div class="row show-grid">
+          <div class="span4">
+            Level 2
+          </div>
+          <div class="span4">
+            Level 2
           </div>
         </div>
       </div>
-    </div><!-- /.span -->
-    <div class="span6">
+    </div>
 <pre class="prettyprint linenums">
 &lt;div class="row"&gt;
-  &lt;div class="span6"&gt;
+  &lt;div class="span8"&gt;
     Level 1 column
     &lt;div class="row"&gt;
-      &lt;div class="span3"&gt;Level 2&lt;/div&gt;
-      &lt;div class="span3"&gt;Level 2&lt;/div&gt;
+      &lt;div class="span4"&gt;Level 2&lt;/div&gt;
+      &lt;div class="span4"&gt;Level 2&lt;/div&gt;
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 </pre>
-    </div><!-- /.span -->
-  </div><!-- /.row -->
 </section>
 
 
     <h1>Fluid grid system <small>12 responsive, percent-based columns</small></h1>
   </div>
 
-  <h2>Fluid columns</h2>
+  <h2>Live fluid grid example</h2>
+  <p>The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.</p>
   <div class="bs-docs-grid">
     <div class="row-fluid show-grid">
       <div class="span1">1</div>
     </div>
   </div>
 
-  <h3>Percents, not pixels</h3>
-  <p>The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.</p>
-
-  <h3>Fluid rows</h3>
-  <p>Make any row fluid simply by changing <code>.row</code> to <code>.row-fluid</code>. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.</p>
-
-  <h3>Markup</h3>
+  <h3>Basic fluid grid HTML</h3>
+  <p>Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.</p>
 <pre class="prettyprint linenums">
 &lt;div class="row-fluid"&gt;
   &lt;div class="span4"&gt;...&lt;/div&gt;
 </pre>
 
   <h2>Fluid nesting</h2>
-  <p>Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.</p>
+  <p>Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.</p>
   <div class="row-fluid show-grid">
     <div class="span12">
       Fluid 12
       </div>
     </div>
   </div>
-
 <pre class="prettyprint linenums">
 &lt;div class="row-fluid"&gt;
   &lt;div class="span12"&gt;
   <div class="page-header">
     <h1>Grid customization</h1>
   </div>
+
+  <h2>Variables in LESS</h2>
+  <p>The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.</p>
   <table class="table table-bordered table-striped">
     <thead>
       <tr>
         <td>20px</td>
         <td>Negative space between columns</td>
       </tr>
+      <tr>
+        <td><code>@fluidGridColumnWidth</code></td>
+        <td>6.382978723%</td>
+        <td>Width of each fluid column</td>
+      </tr>
+      <tr>
+        <td><code>@fluidGridGutterWidth</code></td>
+        <td>2.127659574%</td>
+        <td>Negative space between fluid columns</td>
+      </tr>
     </tbody>
   </table>
 
-  <h3>Variables in LESS</h3>
-  <p>Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.</p>
-
   <h3>How to customize</h3>
-  <p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.</p>
+  <p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.</p>
 
-  <h3>Staying responsive</h3>
-  <p>Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.</p>
+  <h2>Staying responsive</h2>
+  <p>Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.</p>
 
 </section>
 
   </div>
 
   <h2>Fixed layout</h2>
-  <p>The default and simple 940px-wide, centered layout for just about any website or page provided by a single <code>&lt;div class="container"&gt;</code>.</p>
+  <p>Provides a common fixed-width (and optionally responsive) layout with only <code>&lt;div class="container"&gt;</code> required.</p>
   <div class="mini-layout">
     <div class="mini-layout-body"></div>
   </div>
 </pre>
 
   <h2>Fluid layout</h2>
-  <p><code>&lt;div class="container-fluid"&gt;</code> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.</p>
+  <p>Create a fluid, two-column page with <code>&lt;div class="container-fluid"&gt;</code>&mdash;great for applications and docs.</p>
   <div class="mini-layout fluid">
     <div class="mini-layout-sidebar"></div>
     <div class="mini-layout-body"></div>
     <h1>Responsive design <small>Media queries for various devices and resolutions</small></h1>
   </div>
 
-  <!-- Supported devices -->
-  <p><img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;"></p>
-  <h3>What they do</h3>
+  <h2>Enabling responsive features</h2>
+  <p>Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code>&lt;head&gt;</code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.</p>
+<pre class="prettyprint linenums">
+&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
+&lt;link href="assets/css/bootstrap-responsive.css" rel="stylesheet"&gt;
+</pre>
+  <p><span class="label label-info">Heads up!</span>  Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.</p>
+
+  <h2>About responsive Bootstrap</h2>
+  <img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
   <p>Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.</p>
   <ul>
     <li>Modify the width of column in our grid</li>
       </tr>
     </tbody>
   </table>
-
-  <h3>Requires meta tag</h3>
-  <p>To ensure devices display responsive pages properly, include the viewport meta tag.</p>
-  <pre class="prettyprint linenums">&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</pre>
-
-
-  <br>
-
-  <!-- Media query code -->
-  <h2>Using the media queries</h2>
-  <p>Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:</p>
-  <ol>
-    <li>Use the compiled responsive version, bootstrap-responsive.css</li>
-    <li>Add @import "responsive.less" and recompile Bootstrap</li>
-    <li>Modify and recompile responsive.less as a separate file</li>
-  </ol>
-  <p><strong>Why not just include it?</strong> Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.</p>
-
 <pre class="prettyprint linenums">
-  /* Landscape phones and down */
-  @media (max-width: 480px) { ... }
+/* Landscape phones and down */
+@media (max-width: 480px) { ... }
 
-  /* Landscape phone to portrait tablet */
-  @media (max-width: 767px) { ... }
+/* Landscape phone to portrait tablet */
+@media (max-width: 767px) { ... }
 
-  /* Portrait tablet to landscape and desktop */
-  @media (min-width: 768px) and (max-width: 979px) { ... }
+/* Portrait tablet to landscape and desktop */
+@media (min-width: 768px) and (max-width: 979px) { ... }
 
-  /* Large desktop */
-  @media (min-width: 1200px) { ... }
+/* Large desktop */
+@media (min-width: 1200px) { ... }
 </pre>
 
-  <br>
 
-  <!-- Responsive utility classes -->
   <h2>Responsive utility classes</h2>
-
-  <h3>What are they</h2>
-  <p>For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.</p>
-  <h3>When to use</h2>
-  <p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p>
-  <p>For example, you might show a <code>&lt;select&gt;</code> element for nav on mobile layouts, but not on tablets or desktops.</p>
-
-  <h3>Support classes</h3>
-  <p>Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.</p>
+  <p>For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.</p>
   <table class="table table-bordered table-striped responsive-utilities">
     <thead>
       <tr>
       </tr>
     </tbody>
   </table>
-  <h3>Test case</h3>
+
+  <h3>When to use</h3>
+  <p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p>
+
+  <h3>Responsive utilities test case</h3>
   <p>Resize your browser or load on different devices to test the above classes.</p>
   <h4>Visible on...</h4>
   <p>Green checkmarks indicate that class is visible in your current viewport.</p>
index b74f59f8976faff5dc009b9a24f0749fb8be7baf..3e8448d194ce886d8de3c6138976d587f7ced867 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="{{index}}">
-      <a href="./index.html">{{_i}}Home{{/i}}</a>
-    </li>
- -->
-    <li class="{{scaffolding}}">
-      <a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="{{base-css}}">
-      <a href="./base-css.html">{{_i}}Base CSS{{/i}}</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="{{components}}">
-      <a href="./components.html">{{_i}}Components{{/i}}</a>
-      <ul>
-        <li><a href="#buttonGroups">{{_i}}Button groups{{/i}}</a></li>
-        <li><a href="#buttonDropdowns">{{_i}}Button dropdowns{{/i}}</a></li>
-        <li><a href="#navs">{{_i}}Nav, tabs, pills{{/i}}</a></li>
-        <li><a href="#navbar">{{_i}}Navbar{{/i}}</a></li>
-        <li><a href="#breadcrumbs">{{_i}}Breadcrumbs{{/i}}</a></li>
-        <li><a href="#pagination">{{_i}}Pagination{{/i}}</a></li>
-        <li><a href="#labels">{{_i}}Labels{{/i}}</a></li>
-        <li><a href="#badges">{{_i}}Badges{{/i}}</a></li>
-        <li><a href="#typography">{{_i}}Typography{{/i}}</a></li>
-        <li><a href="#thumbnails">{{_i}}Thumbnails{{/i}}</a></li>
-        <li><a href="#alerts">{{_i}}Alerts{{/i}}</a></li>
-        <li><a href="#progress">{{_i}}Progress bars{{/i}}</a></li>
-        <li><a href="#misc">{{_i}}Miscellaneous{{/i}}</a></li>
-      </ul>
-    </li>
-    <li class="{{javascript}}">
-      <a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
-      <ul>
-        <li><a href="#javascript">{{_i}}All plugins{{/i}}</a></li>
-        <li><a href="#modals">{{_i}}Modal{{/i}}</a></li>
-        <li><a href="#dropdowns">{{_i}}Dropdown{{/i}}</a></li>
-        <li><a href="#scrollspy">{{_i}}Scrollspy{{/i}}</a></li>
-        <li><a href="#tabs">{{_i}}Tab{{/i}}</a></li>
-        <li><a href="#tooltips">{{_i}}Tooltip{{/i}}</a></li>
-        <li><a href="#popovers">{{_i}}Popover{{/i}}</a></li>
-        <li><a href="#alerts">{{_i}}Alert{{/i}}</a></li>
-        <li><a href="#buttons">{{_i}}Button{{/i}}</a></li>
-        <li><a href="#collapse">{{_i}}Collapse{{/i}}</a></li>
-        <li><a href="#carousel">{{_i}}Carousel{{/i}}</a></li>
-        <li><a href="#typeahead">{{_i}}Typeahead{{/i}}</a></li>
-      </ul>
-    </li>
-    <li class="{{less}}">
-      <a href="./less.html">{{_i}}LESS{{/i}}</a>
-      <ul>
-        <li><a href="#builtWith">{{_i}}Built with Less{{/i}}</a></li>
-        <li><a href="#variables">{{_i}}Variables{{/i}}</a></li>
-        <li><a href="#mixins">{{_i}}Mixins{{/i}}</a></li>
-        <li><a href="#compiling">{{_i}}Compiling Bootstrap{{/i}}</a></li>
-      </ul>
-    </li>
-    <li class="{{download}}">
-      <a href="./download.html">{{_i}}Customize{{/i}}</a>
-    </li>
-    <li class="{{examples}}">
-      <a href="./examples.html">{{_i}}Examples{{/i}}</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 {{>body}}
index f2146e17e6cefa738a51c200c6ba6246989bdf0d..abf98da77c64a2356ff0dc61d36da44fdd3dad2a 100644 (file)
@@ -28,7 +28,7 @@
   </div>
 
   <h2>{{_i}}Requires HTML5 doctype{{/i}}</h2>
-  <p>{{_i}}Bootstrap makes use of HTML elements and CSS properties that require the use of the HTML5 doctype. Be sure to include it at the beginning of every Bootstrapped page in your project.{{/i}}</p>
+  <p>{{_i}}Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;!DOCTYPE html&gt;
 &lt;html lang="en"&gt;
 </pre>
 
   <h2>{{_i}}Typography and links{{/i}}</h2>
-  <p>{{_i}}Within the <strong>scaffolding.less</strong> file, we set basic global display, typography, and link styles. Specifically, we:{{/i}}</p>
+  <p>{{_i}}Bootstrap sets basic global display, typography, and link styles. Specifically, we:{{/i}}</p>
   <ul>
-    <li>{{_i}}Remove margin on the body{{/i}}</li>
+    <li>{{_i}}Remove <code>margin</code> on the body{{/i}}</li>
     <li>{{_i}}Set <code>background-color: white;</code> on the <code>body</code>{{/i}}</li>
     <li>{{_i}}Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base{{/i}}</li>
     <li>{{_i}}Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code>{{/i}}</li>
   </ul>
+  <p>{{_i}}These styles can be found within <strong>scaffolding.less</strong>.{{/i}}</p>
 
   <h2>{{_i}}Reset via Normalize{{/i}}</h2>
-  <p>{{_i}}As of Bootstrap 2, the traditional CSS reset has evolved to make use of elements from <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>.{{/i}}</p>
-  <p>{{_i}}The new reset can still be found in <strong>reset.less</strong>, but with many elements removed for brevity and accuracy.{{/i}}</p>
+  <p>{{_i}}With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.{{/i}}</p>
 
 </section>
 
@@ -61,6 +61,8 @@
     <h1>{{_i}}Default grid system <small>12 columns with a responsive twist</small>{{/i}}</h1>
   </div>
 
+  <h2>{{_i}}Live grid example{{/i}}</h2>
+  <p>{{_i}}The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.{{/i}}</p>
   <div class="bs-docs-grid">
     <div class="row show-grid">
       <div class="span1">1</div>
     </div>
   </div>
 
-  <p>{{_i}}The default grid system provided in Bootstrap utilizes <strong>12 columns</strong> that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically. {{/i}}</p>
+  <h3>{{_i}}Basic grid HTML{{/i}}</h3>
+  <p>{{_i}}For a simple two column layout, create a <code>.row</code> and add the appropriate number of <code>.span*</code> columns. As this is a 12-column grid, each <code>.span*</code> spans a number of those 12 columns, and should always add up to 12 for each row.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="row"&gt;
   &lt;div class="span4"&gt;...&lt;/div&gt;
   &lt;div class="span8"&gt;...&lt;/div&gt;
 &lt;/div&gt;
 </pre>
-
-  <p>{{_i}}As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.{{/i}}</p>
-
-  <br>
+  <p>{{_i}}Given this example, we have <code>.span4</code> and <code>.span8</code>, making for 12 total columns and a complete row.{{/i}}</p>
 
   <h2>{{_i}}Offsetting columns{{/i}}</h2>
+  <p>{{_i}}Move columns to the left using <code>.offset*</code> classes. Each class increases the left margin of a column by a whole column. For example, <code>.offset4</code> moves <code>.span4</code> over four columns.{{/i}}</p>
   <div class="bs-docs-grid">
     <div class="row show-grid">
       <div class="span4">4</div>
 &lt;/div&gt;
 </pre>
 
-  <br>
-
   <h2>{{_i}}Nesting columns{{/i}}</h2>
-  <div class="row">
-    <div class="span6">
-      <p>{{_i}}With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column.{{/i}}</p>
-      <h3>{{_i}}Example{{/i}}</h3>
-      <p>{{_i}}Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested <code>.span3</code> columns should be placed within a <code>.span6</code>.{{/i}}</p>
-      <div class="row show-grid">
-        <div class="span6">
-          {{_i}}Level 1 of column{{/i}}
-          <div class="row show-grid">
-            <div class="span3">
-              {{_i}}Level 2{{/i}}
-            </div>
-            <div class="span3">
-              {{_i}}Level 2{{/i}}
-            </div>
+    <p>{{_i}}To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.{{/i}}</p>
+    <h3>{{_i}}Example{{/i}}</h3>
+    <p>{{_i}}Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.{{/i}}</p>
+    <div class="row show-grid">
+      <div class="span8">
+        {{_i}}Level 1 of column{{/i}}
+        <div class="row show-grid">
+          <div class="span4">
+            {{_i}}Level 2{{/i}}
+          </div>
+          <div class="span4">
+            {{_i}}Level 2{{/i}}
           </div>
         </div>
       </div>
-    </div><!-- /.span -->
-    <div class="span6">
+    </div>
 <pre class="prettyprint linenums">
 &lt;div class="row"&gt;
-  &lt;div class="span6"&gt;
+  &lt;div class="span8"&gt;
     {{_i}}Level 1 column{{/i}}
     &lt;div class="row"&gt;
-      &lt;div class="span3"&gt;{{_i}}Level 2{{/i}}&lt;/div&gt;
-      &lt;div class="span3"&gt;{{_i}}Level 2{{/i}}&lt;/div&gt;
+      &lt;div class="span4"&gt;{{_i}}Level 2{{/i}}&lt;/div&gt;
+      &lt;div class="span4"&gt;{{_i}}Level 2{{/i}}&lt;/div&gt;
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 </pre>
-    </div><!-- /.span -->
-  </div><!-- /.row -->
 </section>
 
 
     <h1>{{_i}}Fluid grid system <small>12 responsive, percent-based columns</small>{{/i}}</h1>
   </div>
 
-  <h2>{{_i}}Fluid columns{{/i}}</h2>
+  <h2>{{_i}}Live fluid grid example{{/i}}</h2>
+  <p>{{_i}}The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.{{/i}}</p>
   <div class="bs-docs-grid">
     <div class="row-fluid show-grid">
       <div class="span1">1</div>
     </div>
   </div>
 
-  <h3>{{_i}}Percents, not pixels{{/i}}</h3>
-  <p>{{_i}}The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.{{/i}}</p>
-
-  <h3>{{_i}}Fluid rows{{/i}}</h3>
-  <p>{{_i}}Make any row fluid simply by changing <code>.row</code> to <code>.row-fluid</code>. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.{{/i}}</p>
-
-  <h3>{{_i}}Markup{{/i}}</h3>
+  <h3>{{_i}}Basic fluid grid HTML{{/i}}</h3>
+  <p>{{_i}}Make any row "fluid" by changing <code>.row</code> to <code>.row-fluid</code>. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.{{/i}}</p>
 <pre class="prettyprint linenums">
 &lt;div class="row-fluid"&gt;
   &lt;div class="span4"&gt;...&lt;/div&gt;
 </pre>
 
   <h2>{{_i}}Fluid nesting{{/i}}</h2>
-  <p>{{_i}}Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.{{/i}}</p>
+  <p>{{_i}}Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.{{/i}}</p>
   <div class="row-fluid show-grid">
     <div class="span12">
       {{_i}}Fluid 12{{/i}}
       </div>
     </div>
   </div>
-
 <pre class="prettyprint linenums">
 &lt;div class="row-fluid"&gt;
   &lt;div class="span12"&gt;
   <div class="page-header">
     <h1>{{_i}}Grid customization{{/i}}</h1>
   </div>
+
+  <h2>{{_i}}Variables in LESS{{/i}}</h2>
+  <p>{{_i}}The default grid is built on a few variables for easy customization via LESS. All variables can be found in <strong>variables.less</strong>.{{/i}}</p>
   <table class="table table-bordered table-striped">
     <thead>
       <tr>
         <td>20px</td>
         <td>{{_i}}Negative space between columns{{/i}}</td>
       </tr>
+      <tr>
+        <td><code>@fluidGridColumnWidth</code></td>
+        <td>6.382978723%</td>
+        <td>{{_i}}Width of each fluid column{{/i}}</td>
+      </tr>
+      <tr>
+        <td><code>@fluidGridGutterWidth</code></td>
+        <td>2.127659574%</td>
+        <td>{{_i}}Negative space between fluid columns{{/i}}</td>
+      </tr>
     </tbody>
   </table>
 
-  <h3>{{_i}}Variables in LESS{{/i}}</h3>
-  <p>{{_i}}Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.{{/i}}</p>
-
   <h3>{{_i}}How to customize{{/i}}</h3>
-  <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}</p>
+  <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in <strong>variables.less</strong> and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in <strong>grid.less</strong>.{{/i}}</p>
 
-  <h3>{{_i}}Staying responsive{{/i}}</h3>
-  <p>{{_i}}Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.{{/i}}</p>
+  <h2>{{_i}}Staying responsive{{/i}}</h2>
+  <p>{{_i}}Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to manually customize the grids in <strong>responsive.less</strong> until a future update improves this.{{/i}}</p>
 
 </section>
 
   </div>
 
   <h2>{{_i}}Fixed layout{{/i}}</h2>
-  <p>{{_i}}The default and simple 940px-wide, centered layout for just about any website or page provided by a single <code>&lt;div class="container"&gt;</code>.{{/i}}</p>
+  <p>{{_i}}Provides a common fixed-width (and optionally responsive) layout with only <code>&lt;div class="container"&gt;</code> required.{{/i}}</p>
   <div class="mini-layout">
     <div class="mini-layout-body"></div>
   </div>
 </pre>
 
   <h2>{{_i}}Fluid layout{{/i}}</h2>
-  <p>{{_i}}<code>&lt;div class="container-fluid"&gt;</code> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.{{/i}}</p>
+  <p>{{_i}}Create a fluid, two-column page with <code>&lt;div class="container-fluid"&gt;</code>&mdash;great for applications and docs.{{/i}}</p>
   <div class="mini-layout fluid">
     <div class="mini-layout-sidebar"></div>
     <div class="mini-layout-body"></div>
     <h1>{{_i}}Responsive design <small>Media queries for various devices and resolutions</small>{{/i}}</h1>
   </div>
 
-  <!-- Supported devices -->
-  <p><img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;"></p>
-  <h3>{{_i}}What they do{{/i}}</h3>
+  {{! Enabling }}
+  <h2>{{_i}}Enabling responsive features{{/i}}</h2>
+  <p>{{_i}}Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <code>&lt;head&gt;</code> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag.{{/i}}</p>
+<pre class="prettyprint linenums">
+&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
+&lt;link href="assets/css/bootstrap-responsive.css" rel="stylesheet"&gt;
+</pre>
+  <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}} Bootstrap doesn't include responsive features by default at this time as not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it as needed.{{/i}}</p>
+
+  {{! About }}
+  <h2>{{_i}}About responsive Bootstrap{{/i}}</h2>
+  <img src="assets/img/responsive-illustrations.png" alt="Responsive devices" style="float: right; margin: 0 0 20px 20px;">
   <p>{{_i}}Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
   <ul>
     <li>{{_i}}Modify the width of column in our grid{{/i}}</li>
   </ul>
   <p>{{_i}}Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.{{/i}}</p>
 
+  {{! Supported }}
   <h2>{{_i}}Supported devices{{/i}}</h2>
   <p>{{_i}}Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p>
   <table class="table table-bordered table-striped">
       </tr>
     </tbody>
   </table>
-
-  <h3>{{_i}}Requires meta tag{{/i}}</h3>
-  <p>{{_i}}To ensure devices display responsive pages properly, include the viewport meta tag.{{/i}}</p>
-  <pre class="prettyprint linenums">&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</pre>
-
-
-  <br>
-
-  <!-- Media query code -->
-  <h2>{{_i}}Using the media queries{{/i}}</h2>
-  <p>{{_i}}Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:{{/i}}</p>
-  <ol>
-    <li>{{_i}}Use the compiled responsive version, bootstrap-responsive.css{{/i}}</li>
-    <li>{{_i}}Add @import "responsive.less" and recompile Bootstrap{{/i}}</li>
-    <li>{{_i}}Modify and recompile responsive.less as a separate file{{/i}}</li>
-  </ol>
-  <p>{{_i}}<strong>Why not just include it?</strong> Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.{{/i}}</p>
-
 <pre class="prettyprint linenums">
-  /* {{_i}}Landscape phones and down{{/i}} */
-  @media (max-width: 480px) { ... }
+/* {{_i}}Landscape phones and down{{/i}} */
+@media (max-width: 480px) { ... }
 
-  /* {{_i}}Landscape phone to portrait tablet{{/i}} */
-  @media (max-width: 767px) { ... }
+/* {{_i}}Landscape phone to portrait tablet{{/i}} */
+@media (max-width: 767px) { ... }
 
-  /* {{_i}}Portrait tablet to landscape and desktop{{/i}} */
-  @media (min-width: 768px) and (max-width: 979px) { ... }
+/* {{_i}}Portrait tablet to landscape and desktop{{/i}} */
+@media (min-width: 768px) and (max-width: 979px) { ... }
 
-  /* {{_i}}Large desktop{{/i}} */
-  @media (min-width: 1200px) { ... }
+/* {{_i}}Large desktop{{/i}} */
+@media (min-width: 1200px) { ... }
 </pre>
 
-  <br>
 
-  <!-- Responsive utility classes -->
+  {{! Responsive utility classes }}
   <h2>{{_i}}Responsive utility classes{{/i}}</h2>
-
-  <h3>{{_i}}What are they{{/i}}</h2>
-  <p>{{_i}}For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.{{/i}}</p>
-  <h3>{{_i}}When to use{{/i}}</h2>
-  <p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p>
-  <p>{{_i}}For example, you might show a <code>&lt;select&gt;</code> element for nav on mobile layouts, but not on tablets or desktops.{{/i}}</p>
-
-  <h3>{{_i}}Support classes{{/i}}</h3>
-  <p>{{_i}}Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.{{/i}}</p>
+  <p>{{_i}}For faster mobile-friendly development, use these utility classes for showing and hiding content by device. Below is a table of the available classes and their effect on a given media query layout (labeled by device). They can be found in <code>responsive.less</code>.{{/i}}</p>
   <table class="table table-bordered table-striped responsive-utilities">
     <thead>
       <tr>
       </tr>
     </tbody>
   </table>
-  <h3>{{_i}}Test case{{/i}}</h3>
+
+  <h3>{{_i}}When to use{{/i}}</h3>
+  <p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p>
+
+  <h3>{{_i}}Responsive utilities test case{{/i}}</h3>
   <p>{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}</p>
   <h4>{{_i}}Visible on...{{/i}}</h4>
   <p>{{_i}}Green checkmarks indicate that class is visible in your current viewport.{{/i}}</p>
index 603b32ea2d44c54d1e72363bb4b7bc27bbf0c448..a2da493ed0896b6db300016500e6633117f9784c 100644 (file)
       </div>
     </div>
 
-<div class="bs-docs-nav">
-  <h3 class="bs-docs-logo">Bootstrap</h3>
-  <ul>
-<!--     <li class="">
-      <a href="./index.html">Home</a>
-    </li>
- -->
-    <li class="">
-      <a href="./scaffolding.html">Scaffolding</a>
-      <ul>
-        <li><a href="">Doctype</a></li>
-        <li><a href="">Type and links</a></li>
-        <li><a href="">Normalize reset</a></li>
-        <li><a href="">Grid system</a></li>
-        <li><a href="">Fluid grid system</a></li>
-        <li><a href="">Layouts</a></li>
-        <li><a href="">Responsive</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./base-css.html">Base CSS</a>
-      <ul>
-        <li><a href="">Typography</a></li>
-        <li><a href="">Code</a></li>
-        <li><a href="">Tables</a></li>
-        <li><a href="">Forms</a></li>
-        <li><a href="">Buttons</a></li>
-        <li><a href="">Glyphicons</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./components.html">Components</a>
-      <ul>
-        <li><a href="#buttonGroups">Button groups</a></li>
-        <li><a href="#buttonDropdowns">Button dropdowns</a></li>
-        <li><a href="#navs">Nav, tabs, pills</a></li>
-        <li><a href="#navbar">Navbar</a></li>
-        <li><a href="#breadcrumbs">Breadcrumbs</a></li>
-        <li><a href="#pagination">Pagination</a></li>
-        <li><a href="#labels">Labels</a></li>
-        <li><a href="#badges">Badges</a></li>
-        <li><a href="#typography">Typography</a></li>
-        <li><a href="#thumbnails">Thumbnails</a></li>
-        <li><a href="#alerts">Alerts</a></li>
-        <li><a href="#progress">Progress bars</a></li>
-        <li><a href="#misc">Miscellaneous</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./javascript.html">Javascript</a>
-      <ul>
-        <li><a href="#javascript">All plugins</a></li>
-        <li><a href="#modals">Modal</a></li>
-        <li><a href="#dropdowns">Dropdown</a></li>
-        <li><a href="#scrollspy">Scrollspy</a></li>
-        <li><a href="#tabs">Tab</a></li>
-        <li><a href="#tooltips">Tooltip</a></li>
-        <li><a href="#popovers">Popover</a></li>
-        <li><a href="#alerts">Alert</a></li>
-        <li><a href="#buttons">Button</a></li>
-        <li><a href="#collapse">Collapse</a></li>
-        <li><a href="#carousel">Carousel</a></li>
-        <li><a href="#typeahead">Typeahead</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./less.html">LESS</a>
-      <ul>
-        <li><a href="#builtWith">Built with Less</a></li>
-        <li><a href="#variables">Variables</a></li>
-        <li><a href="#mixins">Mixins</a></li>
-        <li><a href="#compiling">Compiling Bootstrap</a></li>
-      </ul>
-    </li>
-    <li class="">
-      <a href="./download.html">Customize</a>
-    </li>
-    <li class="">
-      <a href="./examples.html">Examples</a>
-    </li>
-  </ul>
-</div>
-
     <div class="bs-docs-container">
 
 <!-- Masthead