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 <markotto@twitter.com>2012-02-13 02:09:13 +0400
committerMark Otto <markotto@twitter.com>2012-02-13 02:10:07 +0400
commit0ff88f2db3b9fa4604886494a711d74652a2fb4f (patch)
tree39696fff4a18f28a918ada00d7c2bdf0ebb03dde /docs/templates/pages
parenta9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (diff)
enable the use of .nav-header in dropdowns per #1827
Diffstat (limited to 'docs/templates/pages')
-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 62a7083b61..c854ad0d01 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>