From 039966a0fcb4a264a6461b2248d5a0109867f1ae Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 22:48:04 -0700 Subject: [PATCH] add call out to fix #9569 --- components.html | 5 +++++ 1 file changed, 5 insertions(+) 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.

+
+