aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-29 14:22:51 -0800
committerMark Otto <[email protected]>2012-01-29 14:22:51 -0800
commite493f7fc19d75dba88f3c6594fb94ef1cea09131 (patch)
tree2c04bd37e83b274f0da4d1c8c7e9fa1a3121a9dc
parent9e7f5025b494927e9ffc88119b0b9426f7487a62 (diff)
downloadbootstrap-e493f7fc19d75dba88f3c6594fb94ef1cea09131.tar.xz
bootstrap-e493f7fc19d75dba88f3c6594fb94ef1cea09131.zip
update navbar collapse everywhere and remake
-rw-r--r--docs/assets/bootstrap.zipbin51322 -> 51322 bytes
-rw-r--r--docs/components.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index ebd162b67..1b658bf83 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/components.html b/docs/components.html
index 19ab820f5..81c328352 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -741,7 +741,7 @@
&lt;/form&gt;
</pre>
<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">
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
@@ -758,7 +758,7 @@
&lt;a class="brand" href="#"&gt;Project name&lt;/a&gt;
&lt;!-- Everything you want hidden at 940px or less, place within here --&gt;
- &lt;div class="nav-collapse"&gt;
+ &lt;div class="nav-collapse collapse"&gt;
&lt;!-- .nav, .navbar-search, .navbar-form, etc --&gt;
&lt;/div&gt;