Skip to content

Commit

Permalink
fix(doc): scrollspy
Browse files Browse the repository at this point in the history
using navbar-dark and navbar-nav navs
  • Loading branch information
ygatesoupe committed Oct 13, 2016
1 parent 3725e60 commit 991c06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/scrollspy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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">
<nav id="navbar-example2" class="navbar navbar-dark">
<h3 class="navbar-brand">Project Name</h3>
<ul class="nav nav-pills">
<ul class="nav navbar-nav">
<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>
<li class="nav-item dropdown">
Expand Down

0 comments on commit 991c06d

Please sign in to comment.