aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-27 08:34:17 -0700
committerMark Otto <[email protected]>2013-08-27 08:34:17 -0700
commit2f2ce15e587868cfbde2906560dae8def0b4880d (patch)
treec9e2c8e5a69dcfe3d2082a911835e99936f97094 /_includes
parent19c0d2ad94b81d0ef16b91f76cb6830ec99144c2 (diff)
downloadbootstrap-2f2ce15e587868cfbde2906560dae8def0b4880d.tar.xz
bootstrap-2f2ce15e587868cfbde2906560dae8def0b4880d.zip
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 8b239b226..7660a41db 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>