diff options
| author | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
| commit | 41d2b707ed8a4b75df387269ec788b9b318822de (patch) | |
| tree | 6d43d4a37500b18cb7fe4b842af241d6cdd7c252 /docs/_includes | |
| parent | bb9d867cf83d6a9aed27f390b844fc02ad13ebc4 (diff) | |
| parent | 52a348aa3f5e06e6429f386002f653dac7a35a99 (diff) | |
| download | bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.tar.xz bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.zip | |
Merge branch '3.0.0-wip' of https://github.com/juthilo/bootstrap-wip into 3.0.0-wip
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-customize.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html new file mode 100644 index 000000000..5a869659f --- /dev/null +++ b/docs/_includes/nav-customize.html @@ -0,0 +1,37 @@ +<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> +</li> +<li> + <a href="#plugins">jQuery plugins</a> +</li> +<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> + </ul> +</li> +<li> + <a href="#download">Download</a> +</li>
\ No newline at end of file |
