aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-28 17:03:25 -0800
committerMark Otto <[email protected]>2016-12-28 17:03:25 -0800
commite56ab55d22b2e140c3d7c843e45da51adf0e9d0c (patch)
treeaea299003eb512f39310b429c63e9cbb241e2069 /docs
parenta689e30d466fe381c7d5ae246e377afe884bbc3b (diff)
downloadbootstrap-e56ab55d22b2e140c3d7c843e45da51adf0e9d0c.tar.xz
bootstrap-e56ab55d22b2e140c3d7c843e45da51adf0e9d0c.zip
clarify need for .navbar-toggleable classes
Diffstat (limited to 'docs')
-rw-r--r--docs/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 147f98084..a933ddf7a 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -16,7 +16,7 @@ The navbar is a wrapper that positions branding, navigation, and other elements
Here's what you need to know before getting started with the navbar:
-- Navbars require a wrapping `.navbar` and [color scheme](#color-schemes) classes.
+- Navbars require a wrapping `.navbar` with `.navbar-toggleable-*` for responsive collapsing and [color scheme](#color-schemes) classes.
- Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width.
- Navbars and their contents are built with flexbox, providing easy alignment options via utility classes.
- Navbars are responsive by default, but you can easily modify them to change that. Responsive behavior depends on our Collapse JavaScript plugin.