diff options
| author | Thomas Shinnick <[email protected]> | 2015-10-24 22:19:34 -0500 |
|---|---|---|
| committer | Thomas Shinnick <[email protected]> | 2015-10-24 22:19:34 -0500 |
| commit | af83f80a9bd0e5889487550b64815f0a74540c27 (patch) | |
| tree | fc333ab657b8fe7e47d23f8efbe1c860ca8b25c5 /docs/components | |
| parent | a30a5bb9b5129a012e7668ce1340ad86d18af822 (diff) | |
| download | bootstrap-af83f80a9bd0e5889487550b64815f0a74540c27.tar.xz bootstrap-af83f80a9bd0e5889487550b64815f0a74540c27.zip | |
v4 docs Missed navbar color scheme name changes
Change d6b6a20a0daaed70ec6f395dd813ea460b394e6c missed two doc mentions
of the previous names when changing to new:
.navbar-default --> .navbar-light
.navbar-inverse --> .navbar-dark
Diffstat (limited to 'docs/components')
| -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 4991c6d50..c7cc58d17 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -15,7 +15,7 @@ The navbar is a simple wrapper for positioning branding, navigation, and other e Here's what you need to know before getting started with the navbar: -- Navbars require a wrapping `.navbar` and a color scheme class (either `.navbar-default` or `.navbar-inverse`). +- Navbars require a wrapping `.navbar` and a color scheme class (either `.navbar-light` or `.navbar-dark`). - Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width. - Use `.pull-left` and `.pull-right` to quickly align sub-components. - Ensure accessibility by using a `<nav>` element or, if using a more generic element such as a `<div>`, add a `role="navigation"` to every navbar to explicitly identify it as a landmark region for users of assistive technologies. |
