diff options
| author | Sebastian Klatte <[email protected]> | 2016-01-16 16:55:53 +0100 |
|---|---|---|
| committer | Sebastian Klatte <[email protected]> | 2016-01-16 16:55:53 +0100 |
| commit | 0e410f69acbd3ff9536ad78dcac4b2b5852924ca (patch) | |
| tree | 58e57c9b88fdfeaebcb6f0dfb67e0dfb575059e2 /docs/examples | |
| parent | db5babb26a52a44d471a1ee65bcfbd5843471d4c (diff) | |
| download | bootstrap-0e410f69acbd3ff9536ad78dcac4b2b5852924ca.tar.xz bootstrap-0e410f69acbd3ff9536ad78dcac4b2b5852924ca.zip | |
Fix active Home tab in narrow-jumbotron example
the active class should be moved from the list item to the link item
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/narrow-jumbotron/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/narrow-jumbotron/index.html b/docs/examples/narrow-jumbotron/index.html index 210daf5f7..fc55d0648 100644 --- a/docs/examples/narrow-jumbotron/index.html +++ b/docs/examples/narrow-jumbotron/index.html @@ -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> |
