Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-08-27 19:34:17 +0400
committerMark Otto <otto@github.com>2013-08-27 19:34:17 +0400
commit2f2ce15e587868cfbde2906560dae8def0b4880d (patch)
treec9e2c8e5a69dcfe3d2082a911835e99936f97094 /_includes
parent19c0d2ad94b81d0ef16b91f76cb6830ec99144c2 (diff)
Fixes #10082: document `.navbar-form`
* Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav-components.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html
index 8b239b2261..7660a41db2 100644
--- a/_includes/nav-components.html
+++ b/_includes/nav-components.html
@@ -61,6 +61,7 @@
<a href="#navbar">Navbar</a>
<ul class="nav">
<li><a href="#navbar-default">Default navbar</a></li>
+ <li><a href="#navbar-forms">Forms</a></li>
<li><a href="#navbar-buttons">Buttons</a></li>
<li><a href="#navbar-text">Text</a></li>
<li><a href="#navbar-links">Non-nav links</a></li>