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/components/scrollspy.md | |
| 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/components/scrollspy.md')
| -rw-r--r-- | docs/4.0/components/scrollspy.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/4.0/components/scrollspy.md b/docs/4.0/components/scrollspy.md index ca9dcec5a..9e09fd761 100644 --- a/docs/4.0/components/scrollspy.md +++ b/docs/4.0/components/scrollspy.md @@ -22,7 +22,7 @@ When successfully implemented, your nav or list group will update accordingly, m Scroll the area below the navbar and watch the active class change. The dropdown items will be highlighted as well. <div class="bd-example"> - <nav id="navbar-example2" class="navbar navbar-light bg-faded"> + <nav id="navbar-example2" class="navbar navbar-light bg-light"> <a class="navbar-brand" href="#">Navbar</a> <ul class="nav nav-pills"> <li class="nav-item"> @@ -59,7 +59,7 @@ Scroll the area below the navbar and watch the active class change. The dropdown </div> {% highlight html %} -<nav id="navbar-example2" class="navbar navbar-light bg-faded"> +<nav id="navbar-example2" class="navbar navbar-light bg-light"> <a class="navbar-brand" href="#">Navbar</a> <ul class="nav nav-pills"> <li class="nav-item"> @@ -100,7 +100,7 @@ Scrollspy also works with nested `.nav`s. If a nested `.nav` is `.active`, its p <div class="bd-example"> <div class="row"> <div class="col-4"> - <nav id="navbar-example3" class="navbar navbar-light bg-faded flex-column"> + <nav id="navbar-example3" class="navbar navbar-light bg-light flex-column"> <a class="navbar-brand" href="#">Navbar</a> <nav class="nav nav-pills flex-column"> <a class="nav-link" href="#item-1">Item 1</a> @@ -139,7 +139,7 @@ Scrollspy also works with nested `.nav`s. If a nested `.nav` is `.active`, its p </div> {% highlight html %} -<nav id="navbar-example3" class="navbar navbar-light bg-faded"> +<nav id="navbar-example3" class="navbar navbar-light bg-light"> <a class="navbar-brand" href="#">Navbar</a> <nav class="nav nav-pills flex-column"> <a class="nav-link" href="#item-1">Item 1</a> |
