]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify need for .navbar-toggleable classes
authorMark Otto <markdotto@gmail.com>
Thu, 29 Dec 2016 01:03:25 +0000 (17:03 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 29 Dec 2016 03:07:33 +0000 (19:07 -0800)
docs/components/navbar.md

index 147f980842b94ce41c7e186fa4a0ec4c180bbf1b..a933ddf7a1fd395e12c600da34b1b36c61eab310 100644 (file)
@@ -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.