1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

scratch that, tweaking dropdowns in tabs

This commit is contained in:
Mark Otto
2012-01-07 04:40:32 -08:00
parent 6dee40f469
commit 95c88a2953
2 changed files with 4 additions and 17 deletions

View File

@@ -427,7 +427,7 @@
<li><a href="#">Settings</a></li>
<li><a href="#">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>
<li><a href="#">Something else here</a></li>