]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 docs Missed navbar color scheme name changes 18050/head
authorThomas Shinnick <tshinnic@gmail.com>
Sun, 25 Oct 2015 03:19:34 +0000 (22:19 -0500)
committerThomas Shinnick <tshinnic@gmail.com>
Sun, 25 Oct 2015 03:19:34 +0000 (22:19 -0500)
Change d6b6a20a0daaed70ec6f395dd813ea460b394e6c missed two doc mentions
of the previous names when changing to new:
    .navbar-default  -->  .navbar-light
    .navbar-inverse  -->  .navbar-dark

docs/components/navbar.md

index 4991c6d50fa6342c489c0983aa1325d5e62342e4..c7cc58d17d9915b06e4867bd32dd440f0afce098 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-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.