From 80674b0c58e3fd8ce76ba94d1075d62c2db6af37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 21:40:26 -0800 Subject: [PATCH] fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) --- docs/components/navbar.md | 12 +++++------ docs/examples/album/index.html | 2 +- docs/examples/carousel/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/justified-nav/justified-nav.css | 11 +++++++++- docs/examples/navbar-top-fixed/index.html | 2 +- docs/examples/navbar-top/index.html | 2 +- docs/examples/navbars/index.html | 6 +++--- docs/examples/offcanvas/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- scss/_navbar.scss | 20 +++++++++---------- scss/_variables.scss | 12 +++++------ 14 files changed, 44 insertions(+), 35 deletions(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 2b0b837bed..7d0656d4b3 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -265,10 +265,10 @@ Mix and match with other components and utilities as needed. ## Color schemes -Theming the navbar has never been easier thanks to the combination of theming classes and `background-color` utilities. Chose from `.navbar-light` for use with light background colors, or `.navbar-dark` for dark background colors. Then, customize with `.bg-*` utilities. +Theming the navbar has never been easier thanks to the combination of theming classes and `background-color` utilities. Chose from `.navbar-light` for use with light background colors, or `.navbar-inverse` for dark background colors. Then, customize with `.bg-*` utilities.
-
-