aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 14:09:13 -0800
committerMark Otto <[email protected]>2012-02-12 14:10:07 -0800
commit0ff88f2db3b9fa4604886494a711d74652a2fb4f (patch)
tree39696fff4a18f28a918ada00d7c2bdf0ebb03dde /docs/templates
parenta9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (diff)
downloadbootstrap-0ff88f2db3b9fa4604886494a711d74652a2fb4f.tar.xz
bootstrap-0ff88f2db3b9fa4604886494a711d74652a2fb4f.zip
enable the use of .nav-header in dropdowns per #1827
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 62a7083b6..c854ad0d0 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -695,7 +695,9 @@
<li><a href="#">{{_i}}Another action{{/i}}</a></li>
<li><a href="#">{{_i}}Something else here{{/i}}</a></li>
<li class="divider"></li>
+ <li class="nav-header">Nav header</li>
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
+ <li><a href="#">{{_i}}One more separated link{{/i}}</a></li>
</ul>
</li>
</ul>