diff options
| author | Chris Rebert <[email protected]> | 2016-01-17 22:10:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-17 22:10:42 -0800 |
| commit | 42c1e523026dc046fe3da02f83562a263f16e800 (patch) | |
| tree | 78ee1258a364ceb40ab4ab8f004c5d27bcbcd9b6 /docs | |
| parent | 27596f48f4c84f823a2b4cb6ff3e4fc55ced6344 (diff) | |
| parent | 0e410f69acbd3ff9536ad78dcac4b2b5852924ca (diff) | |
| download | bootstrap-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.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> |
