diff options
| author | Mark Otto <[email protected]> | 2012-06-05 18:25:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-05 18:25:46 -0700 |
| commit | 8ee067952202cc8a6e4865eab46598e346ad3971 (patch) | |
| tree | da7d278658fc7a4da22532f4edca1a65390191ca /docs/download.html | |
| parent | 53cec198c025c094b564039cf81258be4c96b91e (diff) | |
| download | bootstrap-8ee067952202cc8a6e4865eab46598e346ad3971.tar.xz bootstrap-8ee067952202cc8a6e4865eab46598e346ad3971.zip | |
updated javascripts for first pass at single column
Diffstat (limited to 'docs/download.html')
| -rw-r--r-- | docs/download.html | 105 |
1 files changed, 97 insertions, 8 deletions
diff --git a/docs/download.html b/docs/download.html index 9979ef26b..56f320f4e 100644 --- a/docs/download.html +++ b/docs/download.html @@ -74,6 +74,89 @@ </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 @@ -81,16 +164,22 @@ <header class="jumbotron subhead" id="overview"> <h1>Customize and download</h1> <p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.</p> - <div class="subnav"> - <ul class="nav nav-pills"> - <li><a href="#components">1. Choose components</a></li> - <li><a href="#plugins">2. Select jQuery plugins</a></li> - <li><a href="#variables">3. Customize variables</a></li> - <li><a href="#download">4. Download</a></li> - </ul> - </div> </header> + + +<section id="contents"> + <div class="bs-docs-contents"> + <h3>Contents</h3> + <ol> + <li><a href="#components">Choose components</a></li> + <li><a href="#plugins">Select jQuery plugins</a></li> + <li><a href="#variables">Customize variables</a></li> + <li><a href="#download">Download</a></li> + </ol> + </div> +</section> + <form> <section class="download" id="components"> <div class="page-header"> |
