From: Mark Otto Date: Mon, 30 Jan 2012 00:54:51 +0000 (-0800) Subject: remove .collapse from navbar responsive docs X-Git-Tag: v2.0.0~6^2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0301d469e8f8bd9da6d63ffb929ad48cae573afc;p=thirdparty%2Fbootstrap.git remove .collapse from navbar responsive docs --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 5fa5857abd..c443972789 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 9fc762fc62..95c7c99078 100644 --- a/docs/components.html +++ b/docs/components.html @@ -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 collapse"> + <div class="nav-collapse"> <!-- .nav, .navbar-search, .navbar-form, etc --> </div> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index fd7c464db4..7fd1c1ac6f 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -686,7 +686,7 @@ <a class="brand" href="#">{{_i}}Project name{{/i}}</a> <!-- 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 --> </div>