aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Klatte <[email protected]>2016-01-16 16:55:53 +0100
committerSebastian Klatte <[email protected]>2016-01-16 16:55:53 +0100
commit0e410f69acbd3ff9536ad78dcac4b2b5852924ca (patch)
tree58e57c9b88fdfeaebcb6f0dfb67e0dfb575059e2 /docs
parentdb5babb26a52a44d471a1ee65bcfbd5843471d4c (diff)
downloadbootstrap-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')
-rw-r--r--docs/examples/narrow-jumbotron/index.html4
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>