Commit 0301d469 authored by Mark Otto's avatar Mark Otto

remove .collapse from navbar responsive docs

parent 882bb9db
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
<a class="brand" href="#">Project name</a> <a class="brand" href="#">Project name</a>
<!-- Everything you want hidden at 940px or less, place within here --> <!-- Everything you want hidden at 940px or less, place within here -->
<div class="nav-collapse collapse"> <div class="nav-collapse">
<!-- .nav, .navbar-search, .navbar-form, etc --> <!-- .nav, .navbar-search, .navbar-form, etc -->
</div> </div>
......
...@@ -686,7 +686,7 @@ ...@@ -686,7 +686,7 @@
<a class="brand" href="#">{{_i}}Project name{{/i}}</a> <a class="brand" href="#">{{_i}}Project name{{/i}}</a>
<!-- Everything you want hidden at 940px or less, place within here --> <!-- Everything you want hidden at 940px or less, place within here -->
<div class="nav-collapse collapse"> <div class="nav-collapse">
<!-- .nav, .navbar-search, .navbar-form, etc --> <!-- .nav, .navbar-search, .navbar-form, etc -->
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment