aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 22:48:04 -0700
committerMark Otto <[email protected]>2013-08-14 22:48:04 -0700
commit039966a0fcb4a264a6461b2248d5a0109867f1ae (patch)
treec572f8a3875bc75d4935eafea412c0c91f080874
parentdff88d66e2dda94907dfb8cf86b8286014aef45b (diff)
downloadbootstrap-039966a0fcb4a264a6461b2248d5a0109867f1ae.tar.xz
bootstrap-039966a0fcb4a264a6461b2248d5a0109867f1ae.zip
add call out to fix #9569
-rw-r--r--components.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/components.html b/components.html
index 76c346e20..6b65e6265 100644
--- a/components.html
+++ b/components.html
@@ -1098,6 +1098,11 @@ base_url: "../"
<h2 id="navbar-default">Default navbar</h2>
<p>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.</p>
+ <div class="bs-callout bs-callout-info">
+ <h4>Customize the collapsing point</h4>
+ <p>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 <code>@grid-float-breakpoint</code> variable or add your own media query.</p>
+ </div>
+
<div class="bs-example">
<nav class="navbar" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->