diff options
| author | Julian Thilo <[email protected]> | 2013-05-23 02:30:58 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-05-23 02:30:58 +0200 |
| commit | 52a348aa3f5e06e6429f386002f653dac7a35a99 (patch) | |
| tree | 73f5ace4a5189552836147fa9320c88011ecaa0c /docs/_includes | |
| parent | 7cbec6e89a0f8a14afe2e601159ecc6a52062205 (diff) | |
| download | bootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.tar.xz bootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.zip | |
Bring the customizer up to speed
I reworked the customizer to match the new docs layout and include all
newly added variables, etc.
Would be glad to keep an eye on Customize and update it as v3 changes.
Help blocks in my new version need some more work, too, so this is just
a basis.
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 |
