From: Mark Otto Date: Thu, 22 Dec 2016 05:40:26 +0000 (-0800) Subject: fixes #18115: move forward with one naming scheme for inversed color schemes, renamin... X-Git-Tag: v4.0.0-alpha.6~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80674b0c58e3fd8ce76ba94d1075d62c2db6af37;p=thirdparty%2Fbootstrap.git 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) --- 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.
-
-