mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix active Home tab in narrow-jumbotron example
the active class should be moved from the list item to the link item
This commit is contained in:
parent
db5babb26a
commit
0e410f69ac
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
<div class="header clearfix">
|
||||
<nav>
|
||||
<ul class="nav nav-pills pull-xs-right">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">About</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue