diff options
| author | Mark Otto <[email protected]> | 2014-11-30 00:54:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 00:54:43 -0800 |
| commit | d74fd9af2f694ba2b700ed95423ba865175992b9 (patch) | |
| tree | d50d189f840489f6c1c2b0089492900542ae5890 /docs/examples/non-responsive/index.html | |
| parent | 9928144dc4e8301ee0dd02ac073682d789b2adb1 (diff) | |
| download | bootstrap-d74fd9af2f694ba2b700ed95423ba865175992b9.tar.xz bootstrap-d74fd9af2f694ba2b700ed95423ba865175992b9.zip | |
Fixes #15096: Fix navbar forms in the non-responsive example
Diffstat (limited to 'docs/examples/non-responsive/index.html')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index d30d3c3c2..5e2672280 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -61,6 +61,12 @@ </ul> </li> </ul> + <form class="navbar-form navbar-left" role="search"> + <div class="form-group"> + <input type="text" class="form-control" placeholder="Search"> + </div> + <button type="submit" class="btn btn-default">Submit</button> + </form> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> |
