From 0301d469e8f8bd9da6d63ffb929ad48cae573afc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Jan 2012 16:54:51 -0800 Subject: remove .collapse from navbar responsive docs --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') 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 @@ <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> -- cgit v1.2.3