diff options
author | Sam Alexander <sxalexander@gmail.com> | 2015-02-26 14:47:27 -0800 |
---|---|---|
committer | Sam Alexander <sxalexander@gmail.com> | 2015-02-26 14:47:27 -0800 |
commit | 4596f6d0e292862777ef89ebe1741b16d05ced34 (patch) | |
tree | d24f2fe98709ccaa020ab068bc95c235ecfe2d15 | |
parent | 7837824c15dfb743cd54a04ba90cb510b3a32b2c (diff) | |
parent | 1574358ed23f6fc727fa7177975480785bd22c96 (diff) | |
download | jquery-scrollspy-4596f6d0e292862777ef89ebe1741b16d05ced34.zip jquery-scrollspy-4596f6d0e292862777ef89ebe1741b16d05ced34.tar.gz jquery-scrollspy-4596f6d0e292862777ef89ebe1741b16d05ced34.tar.bz2 |
Merge pull request #14 from jmocana2/test
added <nav> in fixednav example
-rw-r--r-- | examples/fixednav.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fixednav.html b/examples/fixednav.html index bf55857..631fb39 100644 --- a/examples/fixednav.html +++ b/examples/fixednav.html @@ -88,7 +88,7 @@ <div class="page-header"> <h1>Here's some text content before the navigation</h1> </div> - <div id="nav"> + <nav id="nav"> <ul class="pills pull-left"> <li class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li> @@ -99,7 +99,7 @@ <input class="input-small" type="password" placeholder="Password"> <button class="btn" type="submit">Sign in</button> </form> - </div> + </nav> <div class="row"> <div class="span15"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nihil opus est exemplis hoc facere longius. In his igitur partibus duabus nihil erat, quod Zeno commutare gestiret. Duo Reges: constructio interrete. Quid nunc honeste dicit? Age, inquies, ista parva sunt. Si id dicis, vicimus. </p> |