diff options
| author | Mark Otto <[email protected]> | 2017-06-25 18:29:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-25 18:29:43 -0700 |
| commit | 36e482ed2728eec37188b5ec486283334bb3034f (patch) | |
| tree | e1a288cfc8531874814b8aaf7cdf004d7a3c6e5b /docs/4.0/examples/carousel | |
| parent | 2392047a0ccc270897c3c451e9646e81a4ff3035 (diff) | |
| download | bootstrap-36e482ed2728eec37188b5ec486283334bb3034f.tar.xz bootstrap-36e482ed2728eec37188b5ec486283334bb3034f.zip | |
update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables
Diffstat (limited to 'docs/4.0/examples/carousel')
| -rw-r--r-- | docs/4.0/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index 451b4c38f..75a502fd9 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -17,7 +17,7 @@ </head> <body> - <nav class="navbar navbar-expand-md navbar-inverse fixed-top bg-inverse"> + <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> <a class="navbar-brand" href="#">Carousel</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> |
