mirror of https://github.com/twbs/bootstrap.git
update navbar collapse everywhere and remake
This commit is contained in:
parent
9e7f5025b4
commit
e493f7fc19
Binary file not shown.
|
@ -741,7 +741,7 @@
|
||||||
</form>
|
</form>
|
||||||
</pre>
|
</pre>
|
||||||
<h3>Optional responsive variation</h3>
|
<h3>Optional responsive variation</h3>
|
||||||
<p>Depending on the amount of content in your topbar, you might want to implement the responsive options. To do so, wrap your nav content in a containing div, <code>.nav-collapse</code>, and add the navbar toggle button, <code>.btn-navbar</code>.</p>
|
<p>Depending on the amount of content in your topbar, you might want to implement the responsive options. To do so, wrap your nav content in a containing div, <code>.nav-collapse.collapse</code>, and add the navbar toggle button, <code>.btn-navbar</code>.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
|
@ -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">
|
<div class="nav-collapse collapse">
|
||||||
<!-- .nav, .navbar-search, .navbar-form, etc -->
|
<!-- .nav, .navbar-search, .navbar-form, etc -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue