diff options
| author | Mark Otto <[email protected]> | 2013-05-23 21:34:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-23 21:34:32 -0700 |
| commit | 3160bd872ee02567ae369ad1d940207523cd5a44 (patch) | |
| tree | 1e478111d0eb0d9c438c47b9743a9114c6b4eae2 /docs/_includes | |
| parent | 371d14e2173888932b1edf11083ccbf73bae313e (diff) | |
| download | bootstrap-3160bd872ee02567ae369ad1d940207523cd5a44.tar.xz bootstrap-3160bd872ee02567ae369ad1d940207523cd5a44.zip | |
rearrange customizer content
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-customize.html | 43 |
1 files changed, 19 insertions, 24 deletions
diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html index 5a869659f..38c96d543 100644 --- a/docs/_includes/nav-customize.html +++ b/docs/_includes/nav-customize.html @@ -1,10 +1,5 @@ <li> - <a href="#components">LESS components</a> - <ul class="nav"> - <li><a href="#components-basics">The basics</a></li> - <li><a href="#components-standard">Standard styles</a></li> - <li><a href="#components-features">Bootstrap features</a></li> - </ul> + <a href="#less">LESS components</a> </li> <li> <a href="#plugins">jQuery plugins</a> @@ -12,24 +7,24 @@ <li> <a href="#variables">LESS variables</a> <ul class="nav"> - <li><a href="#customize-basics">The basics</a></li> - <li><a href="#customize-buttons">Buttons</a></li> - <li><a href="#customize-form-states">Form states</a></li> - <li><a href="#customize-alerts">Alerts</a></li> - <li><a href="#customize-navbar">Navbar</a></li> - <li><a href="#customize-tables">Tables</a></li> - <li><a href="#customize-forms">Forms</a></li> - <li><a href="#customize-dropdowns">Dropdowns</a></li> - <li><a href="#customize-panels-wells">Panels and wells</a></li> - <li><a href="#customize-jumbotron">Jumbotron</a></li> - <li><a href="#customize-modals">Modals</a></li> - <li><a href="#customize-list-group">List group</a></li> - <li><a href="#customize-thumbnails">Thumbnails</a></li> - <li><a href="#customize-progress">Progress bars</a></li> - <li><a href="#customize-pagination">Pagination</a></li> - <li><a href="#customize-labels">Labels</a></li> - <li><a href="#customize-tooltips-popovers">Tooltips and popovers</a></li> - <li><a href="#customize-other">Other</a></li> + <li><a href="#variables-basics">Basics</a></li> + <li><a href="#variables-buttons">Buttons</a></li> + <li><a href="#variables-form-states">Form states</a></li> + <li><a href="#variables-alerts">Alerts</a></li> + <li><a href="#variables-navbar">Navbar</a></li> + <li><a href="#variables-tables">Tables</a></li> + <li><a href="#variables-forms">Forms</a></li> + <li><a href="#variables-dropdowns">Dropdowns</a></li> + <li><a href="#variables-panels-wells">Panels and wells</a></li> + <li><a href="#variables-jumbotron">Jumbotron</a></li> + <li><a href="#variables-modals">Modals</a></li> + <li><a href="#variables-list-group">List group</a></li> + <li><a href="#variables-thumbnails">Thumbnails</a></li> + <li><a href="#variables-progress">Progress bars</a></li> + <li><a href="#variables-pagination">Pagination</a></li> + <li><a href="#variables-labels">Labels</a></li> + <li><a href="#variables-tooltips-popovers">Tooltips and popovers</a></li> + <li><a href="#variables-other">Other</a></li> </ul> </li> <li> |
