]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add call out to fix #9569
authorMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:48:04 +0000 (22:48 -0700)
committerMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:48:04 +0000 (22:48 -0700)
components.html

index 76c346e206389bf0002a4878b9970bf81e001b2b..6b65e6265179864c8d7ddbf9cb7c15c0c7374777 100644 (file)
@@ -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 -->