diff options
| author | Mark Otto <[email protected]> | 2013-04-28 14:24:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-28 14:24:49 -0700 |
| commit | 1a28d50b33c8d24e25cc75887d5824de7e2d0efa (patch) | |
| tree | 339e0bf3b8be21ac358c4a66d3e4427ec739582b /docs/examples/starter-template.html | |
| parent | 8b3a1702d443c4a451d02d3482ed2cb4aeff0d44 (diff) | |
| parent | ddc0e98716d05b2b583c0097a8fc76f976730fc6 (diff) | |
| download | bootstrap-1a28d50b33c8d24e25cc75887d5824de7e2d0efa.tar.xz bootstrap-1a28d50b33c8d24e25cc75887d5824de7e2d0efa.zip | |
Merge pull request #7712 from burnsra/3.0.0-wip-navs
Update examples after navbar overhaul
Diffstat (limited to 'docs/examples/starter-template.html')
| -rw-r--r-- | docs/examples/starter-template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 62da929da..18fdaf5fc 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -24,7 +24,7 @@ title: Starter template </button> <a class="navbar-brand" href="#">Project name</a> <div class="nav-collapse collapse"> - <ul class="nav"> + <ul class="nav navbar-nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> |
