mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
clarify need for .navbar-toggleable classes
This commit is contained in:
parent
a3f6d8afcb
commit
158dd5adb0
@ -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:
|
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 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 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.
|
- Navbars are responsive by default, but you can easily modify them to change that. Responsive behavior depends on our Collapse JavaScript plugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user