diff options
| author | Chris Rebert <[email protected]> | 2015-10-24 21:27:46 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-24 21:27:46 -0700 |
| commit | e9290012606193313db3f12d94f0a0de32ad36e3 (patch) | |
| tree | 29de005e26bfcc04ef68020a6dbaf91770ebc040 /docs/components | |
| parent | 50df64797c3931b8bf3f289e23b107936663ff41 (diff) | |
| parent | af83f80a9bd0e5889487550b64815f0a74540c27 (diff) | |
| download | bootstrap-e9290012606193313db3f12d94f0a0de32ad36e3.tar.xz bootstrap-e9290012606193313db3f12d94f0a0de32ad36e3.zip | |
Merge pull request #18050 from tshinnic/v4_docs_navbar_scheme_name_typos_1
v4 docs Missed navbar color scheme name changes
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. |
