aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-29 16:54:51 -0800
committerMark Otto <[email protected]>2012-01-29 16:54:51 -0800
commit0301d469e8f8bd9da6d63ffb929ad48cae573afc (patch)
tree369ef6be807eadf6812dd7aacb959b1e80fa2652 /docs
parent882bb9dbd3631124b8c5052dff5be5b22a1e3867 (diff)
downloadbootstrap-0301d469e8f8bd9da6d63ffb929ad48cae573afc.tar.xz
bootstrap-0301d469e8f8bd9da6d63ffb929ad48cae573afc.zip
remove .collapse from navbar responsive docs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin51339 -> 51339 bytes
-rw-r--r--docs/components.html2
-rw-r--r--docs/templates/pages/components.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 5fa5857ab..c44397278 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 9fc762fc6..95c7c9907 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -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 collapse"&gt;
+ &lt;div class="nav-collapse"&gt;
&lt;!-- .nav, .navbar-search, .navbar-form, etc --&gt;
&lt;/div&gt;
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index fd7c464db..7fd1c1ac6 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -686,7 +686,7 @@
&lt;a class="brand" href="#"&gt;{{_i}}Project name{{/i}}&lt;/a&gt;
&lt;!-- Everything you want hidden at 940px or less, place within here --&gt;
- &lt;div class="nav-collapse collapse"&gt;
+ &lt;div class="nav-collapse"&gt;
&lt;!-- .nav, .navbar-search, .navbar-form, etc --&gt;
&lt;/div&gt;