For navbars, we have a navbar-inverse class. Is there anything like that for tabs in bootstrap? Here is my code:
<ul class="nav nav-tabs">
<li><a href="#">Tab item</a></li>
</ul>
Any help would be appreciated.
For navbars, we have a navbar-inverse class. Is there anything like that for tabs in bootstrap? Here is my code:
<ul class="nav nav-tabs">
<li><a href="#">Tab item</a></li>
</ul>
Any help would be appreciated.