aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-17 23:54:09 -0700
committerMark Otto <[email protected]>2013-07-17 23:54:09 -0700
commite57758cbb453602549742360120653e08863671f (patch)
tree49519e2e8025cd6c813d004915654f3a22515a97 /docs/_includes
parent3604b868064f6e48e1301b1148779a8a819200fc (diff)
downloadbootstrap-e57758cbb453602549742360120653e08863671f.tar.xz
bootstrap-e57758cbb453602549742360120653e08863671f.zip
Drop `.nav-header` for `.dropdown-header`
* Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-components.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html
index ed00b62fa..514dcfed3 100644
--- a/docs/_includes/nav-components.html
+++ b/docs/_includes/nav-components.html
@@ -3,6 +3,7 @@
<ul class="nav">
<li><a href="#dropdowns-example">Example</a></li>
<li><a href="#dropdowns-alignment">Alignment options</a></li>
+ <li><a href="#dropdowns-headers">Headers</a></li>
<li><a href="#dropdowns-disabled">Disabled menu items</a></li>
</ul>
</li>