diff options
| author | Mark Otto <[email protected]> | 2016-12-28 16:37:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 19:07:33 -0800 |
| commit | 2c8675bbf6241724bc2ef775526d8b65f7965b7a (patch) | |
| tree | 607c7892ab70cd724c5dad80a14d89dd8934ec1a /docs | |
| parent | d2906950d9d0e675f27fa52e9685b7e5c5785e0d (diff) | |
| download | bootstrap-2c8675bbf6241724bc2ef775526d8b65f7965b7a.tar.xz bootstrap-2c8675bbf6241724bc2ef775526d8b65f7965b7a.zip | |
better describe example
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 b0ad95ab9..4248e46d6 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -36,7 +36,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from - `.form-inline` for form controls and more. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. -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 responsive light-themed navbar that automatically collapses at the `md` (medium) breakpoint. {% example html %} <nav class="navbar navbar-light navbar-toggleable-md bg-faded"> |
