From: Mark Otto Date: Sun, 29 Jan 2012 22:22:51 +0000 (-0800) Subject: update navbar collapse everywhere and remake X-Git-Tag: v2.0.0~6^2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e493f7fc19d75dba88f3c6594fb94ef1cea09131;p=thirdparty%2Fbootstrap.git update navbar collapse everywhere and remake --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index ebd162b671..1b658bf833 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 19ab820f5f..81c328352a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -741,7 +741,7 @@ </form>

Optional responsive variation

-

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, .nav-collapse, and add the navbar toggle button, .btn-navbar.

+

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, .nav-collapse.collapse, and add the navbar toggle button, .btn-navbar.

 <div class="navbar">
   <div class="navbar-inner">
@@ -758,7 +758,7 @@
       <a class="brand" href="#">Project name</a>
 
       <!-- 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 -->
       </div>