aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-17 22:10:42 -0800
committerChris Rebert <[email protected]>2016-01-17 22:10:42 -0800
commit42c1e523026dc046fe3da02f83562a263f16e800 (patch)
tree78ee1258a364ceb40ab4ab8f004c5d27bcbcd9b6 /docs
parent27596f48f4c84f823a2b4cb6ff3e4fc55ced6344 (diff)
parent0e410f69acbd3ff9536ad78dcac4b2b5852924ca (diff)
downloadbootstrap-42c1e523026dc046fe3da02f83562a263f16e800.tar.xz
bootstrap-42c1e523026dc046fe3da02f83562a263f16e800.zip
Merge pull request #18915 from geskill/patch-1
Fix active Home tab in narrow-jumbotron example
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>