diff options
| author | Mark Otto <[email protected]> | 2012-02-12 14:09:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 14:10:07 -0800 |
| commit | 0ff88f2db3b9fa4604886494a711d74652a2fb4f (patch) | |
| tree | 39696fff4a18f28a918ada00d7c2bdf0ebb03dde /docs/components.html | |
| parent | a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (diff) | |
| download | bootstrap-0ff88f2db3b9fa4604886494a711d74652a2fb4f.tar.xz bootstrap-0ff88f2db3b9fa4604886494a711d74652a2fb4f.zip | |
enable the use of .nav-header in dropdowns per #1827
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index 2af9df756..37f1a6511 100644 --- a/docs/components.html +++ b/docs/components.html @@ -771,7 +771,9 @@ <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> + <li class="nav-header">Nav header</li> <li><a href="#">Separated link</a></li> + <li><a href="#">One more separated link</a></li> </ul> </li> </ul> |
