diff options
| author | Mark Otto <[email protected]> | 2016-10-17 22:16:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-17 22:16:28 -0700 |
| commit | 87689833fb1813091fee5b35c18af3fe8f307487 (patch) | |
| tree | 673e94b88cedd9c6374254ccbf323eeb046c2feb /docs | |
| parent | 25e63a7b5724f797a4683e421d2e09e1a869ab69 (diff) | |
| download | bootstrap-87689833fb1813091fee5b35c18af3fe8f307487.tar.xz bootstrap-87689833fb1813091fee5b35c18af3fe8f307487.zip | |
docs copy
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index e312428da..20a70a42e 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -29,7 +29,7 @@ Navbars come with built-in support for a handful of sub-components. Mix and matc - `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns) - `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors. -Here's an example of all the sub-components included in a responsive, "light" themed navbar. +Here's an example of all the sub-components included in a default, non-responsive light themed navbar. [See the responsive examples](#collapsible-content) for collapsing nav support. {% example html %} <nav class="navbar navbar-light bg-faded"> |
