aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-13 11:08:15 +1100
committerBardi Harborow <[email protected]>2016-10-13 11:08:15 +1100
commit9b86a6b41d4017d8a71c7d1698fb2a56d8fe136d (patch)
tree9771197adf282b29891158455f49a50ec02d8a4f /docs/components
parentcf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff)
downloadbootstrap-9b86a6b41d4017d8a71c7d1698fb2a56d8fe136d.tar.xz
bootstrap-9b86a6b41d4017d8a71c7d1698fb2a56d8fe136d.zip
Update scrollspy navbar example.
Diffstat (limited to 'docs/components')
-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>