diff options
| author | Mark Otto <[email protected]> | 2013-10-01 11:37:53 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-01 11:37:53 -0500 |
| commit | 93bc1af62340c950300c2b8ca5c190dd8dda5eff (patch) | |
| tree | 76f5d01b9ce893377a35d3026159d7ac941f2693 /components.html | |
| parent | b352061d1d005bd5ad1a17bec2353c851e014bc6 (diff) | |
| parent | f9dd7466cfbc89c2ed458ec83cd29db7aa83525a (diff) | |
| download | bootstrap-93bc1af62340c950300c2b8ca5c190dd8dda5eff.tar.xz bootstrap-93bc1af62340c950300c2b8ca5c190dd8dda5eff.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components.html b/components.html index e409e3d94..26756f481 100644 --- a/components.html +++ b/components.html @@ -1416,6 +1416,10 @@ base_url: "../" <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-callout bs-callout-warning" id="multiple-navbars-warning"> + <h4>Multiple navbars require custom code</h4> + <p>Multiple nearby navbars with dropdown menus are not supported by default. You will need to override the <code>z-index</code>es of the dropdown menus yourself. Otherwise, the dropdown menu will display behind the other navbar.</p> + </div> <div class="bs-example"> <nav class="navbar navbar-default" role="navigation"> |
