From 36e482ed2728eec37188b5ec486283334bb3034f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Jun 2017 18:29:43 -0700 Subject: update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables --- docs/4.0/components/navbar.md | 60 +++++++++++------------ docs/4.0/components/scrollspy.md | 8 +-- docs/4.0/examples/album/index.html | 2 +- docs/4.0/examples/carousel/index.html | 2 +- docs/4.0/examples/dashboard/index.html | 2 +- docs/4.0/examples/jumbotron/index.html | 2 +- docs/4.0/examples/justified-nav/index.html | 2 +- docs/4.0/examples/navbar-top-fixed/index.html | 2 +- docs/4.0/examples/navbar-top/index.html | 2 +- docs/4.0/examples/navbars/index.html | 20 ++++---- docs/4.0/examples/offcanvas/index.html | 2 +- docs/4.0/examples/starter-template/index.html | 2 +- docs/4.0/examples/sticky-footer-navbar/index.html | 2 +- docs/4.0/migration.md | 2 +- 14 files changed, 55 insertions(+), 55 deletions(-) (limited to 'docs') diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md index 07c86c938..350e970da 100644 --- a/docs/4.0/components/navbar.md +++ b/docs/4.0/components/navbar.md @@ -32,7 +32,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `lg` (large) breakpoint. {% example html %} -