aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-15 13:39:41 -0700
committerGitHub <[email protected]>2016-10-15 13:39:41 -0700
commit7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56 (patch)
tree5be9e871986a6b8b03627a283100d76693f7d79a
parent7837d6e20894d34f0525c378cf3797a2351f8ee5 (diff)
parent9b86a6b41d4017d8a71c7d1698fb2a56d8fe136d (diff)
downloadbootstrap-7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56.tar.xz
bootstrap-7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56.zip
Merge pull request #20890 from bardiharborow/scrollspy-docs
Update scrollspy navbar example.
-rw-r--r--docs/components/scrollspy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md
index 52b7c29cd..74829267e 100644
--- a/docs/components/scrollspy.md
+++ b/docs/components/scrollspy.md
@@ -15,8 +15,8 @@ group: components
The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.
<div class="bd-example">
- <nav id="navbar-example2" class="navbar navbar-default">
- <h3 class="navbar-brand">Project Name</h3>
+ <nav id="navbar-example2" class="navbar navbar-light bg-faded">
+ <a class="navbar-brand" href="#">Navbar</a>
<ul class="nav nav-pills">
<li class="nav-item"><a class="nav-link" href="#fat">@fat</a></li>
<li class="nav-item"><a class="nav-link" href="#mdo">@mdo</a></li>