diff options
| author | Mark Otto <[email protected]> | 2015-11-01 21:39:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-01 21:39:34 -0800 |
| commit | e7b8dc0b92ad89c1d4904d50df4d4bc786406e89 (patch) | |
| tree | 3589988f1b212f4d960febf3c2f3d43be2c44b98 /docs | |
| parent | 6f14f02fc56fbd26261fd4cec598b3f7b1db7ff2 (diff) | |
| parent | ec23ccf9d4be2c1ebf3a9101668e4de3826a4c66 (diff) | |
| download | bootstrap-e7b8dc0b92ad89c1d4904d50df4d4bc786406e89.tar.xz bootstrap-e7b8dc0b92ad89c1d4904d50df4d4bc786406e89.zip | |
Merge pull request #18116 from bassjobsen/patch-8
linking to the color scheme directly
Diffstat (limited to 'docs')
| -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 c7cc58d17..4db9f788a 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-light` or `.navbar-dark`). +- Navbars require a wrapping `.navbar` and a [color scheme](#color-schemes). - 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. |
