diff options
| author | Mark Otto <[email protected]> | 2013-09-06 09:57:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-06 09:57:19 -0700 |
| commit | f80fd0354204e068d89f2eb41480ab1a1a1d08fb (patch) | |
| tree | f53ef9eab8a43c92186e616e879d5e0a35d7f4b8 /examples | |
| parent | 8bea86e2efed39af9d7469b20593d639532b84d0 (diff) | |
| download | bootstrap-f80fd0354204e068d89f2eb41480ab1a1a1d08fb.tar.xz bootstrap-f80fd0354204e068d89f2eb41480ab1a1a1d08fb.zip | |
Remove nav from jumbotron example (temp fix for #10228)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/jumbotron/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index c59610628..1032a7e42 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -35,23 +35,6 @@ <a class="navbar-brand" href="#">Project name</a> </div> <div class="navbar-collapse collapse"> - <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> - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> - <ul class="dropdown-menu"> - <li><a href="#">Action</a></li> - <li><a href="#">Another action</a></li> - <li><a href="#">Something else here</a></li> - <li class="divider"></li> - <li class="dropdown-header">Nav header</li> - <li><a href="#">Separated link</a></li> - <li><a href="#">One more separated link</a></li> - </ul> - </li> - </ul> <form class="navbar-form navbar-right"> <div class="form-group"> <input type="text" placeholder="Email" class="form-control"> |
