mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00: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…
Reference in a new issue