]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linking to the color scheme directly 18116/head
authorBass Jobsen <bass@w3masters.nl>
Sat, 31 Oct 2015 00:54:33 +0000 (01:54 +0100)
committerBass Jobsen <bass@w3masters.nl>
Sat, 31 Oct 2015 00:54:33 +0000 (01:54 +0100)
Because of a color scheme has a color and background color.

docs/components/navbar.md

index c7cc58d17d9915b06e4867bd32dd440f0afce098..4db9f788a4e1d14c6631ee9c025b5b25b1b420c8 100644 (file)
@@ -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.