From e493f7fc19d75dba88f3c6594fb94ef1cea09131 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Jan 2012 14:22:51 -0800 Subject: [PATCH] update navbar collapse everywhere and remake --- docs/assets/bootstrap.zip | Bin 51322 -> 51322 bytes docs/components.html | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index ebd162b671ed83749ff08b8e9de8a4bd4c203de8..1b658bf833ae4f2417d0d94485667b5f173312bc 100644 GIT binary patch delta 462 zc-s3lf%(@2W}X0VW)?065I9gYkw=lOKGFoKG0 zyzoRHC@^`Off-a};sue-Y=-i>AW`)=TbSO9DZ-m;wfw z*E$oJkjeV(A|Ro+hxM7j+Qd0v-kxlG#26wb3sN!hhyxPu(-9XWUieXOB;Mhp?pVx{ qne2W{97$FEu|Oo=$79|YdSZ_oA*tAK+zyGyf5HjE6P}!QLIeQS>Ve4KGFoKG0 zyzoRHC@^`Off-a};sue-Y=-i>AW`)=TbSO9DZ-m;wfw z*E$oJkjeV(A|Ro+hxM7j+Qd0v-kxlG#26wb3sN!hhyxPu(-9XWUieXOB;Mhp?pVx{ qne2W{97$FEu|Oo=$79|YdSZ_oA*tAK+zyGyf5HjE6P}!QLIePZy}tzj 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>
 
-- 
2.47.3