From: Mark Otto Date: Thu, 15 Aug 2013 05:48:04 +0000 (-0700) Subject: add call out to fix #9569 X-Git-Tag: v3.0.0~81^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039966a0fcb4a264a6461b2248d5a0109867f1ae;p=thirdparty%2Fbootstrap.git add call out to fix #9569 --- diff --git a/components.html b/components.html index 76c346e206..6b65e62651 100644 --- a/components.html +++ b/components.html @@ -1098,6 +1098,11 @@ base_url: "../"

Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.

+
+

Customize the collapsing point

+

Depending on the content in your navbar, you might need to change the point at which your navbar switches between collapsed and horizontal mode. Customize the @grid-float-breakpoint variable or add your own media query.

+
+