mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use correct class for header in jumbotron dropdown nav
This commit is contained in:
parent
d149f651f2
commit
ad01dd8ce8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<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 class="dropdown-header">Nav header</li>
|
||||
<li><a href="#">Separated link</a></li>
|
||||
<li><a href="#">One more separated link</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue