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/justified-nav/index.html | |
| 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/justified-nav/index.html')
| -rw-r--r-- | docs/4.0/examples/justified-nav/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/justified-nav/index.html b/docs/4.0/examples/justified-nav/index.html index 16ac2a10b..43bb4534a 100644 --- a/docs/4.0/examples/justified-nav/index.html +++ b/docs/4.0/examples/justified-nav/index.html @@ -23,7 +23,7 @@ <div class="masthead"> <h3 class="text-muted">Project name</h3> - <nav class="navbar navbar-expand-md navbar-light bg-faded rounded mb-3"> + <nav class="navbar navbar-expand-md navbar-light bg-light rounded mb-3"> <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> </button> |
