Commit 1bc13c65 authored by Mark Otto's avatar Mark Otto
Browse files

don't include other navbar links in non responsive docs; use generic links

parent 7241d7be
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
</li> </li>
</ul> </ul>
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li><a href="../navbar/">Default</a></li> <li><a href="#">Link</a></li>
<li><a href="../navbar-static-top/">Static top</a></li> <li><a href="#">Link</a></li>
<li class="active"><a href="./">Fixed top</a></li> <li><a href="#">Link</a></li>
</ul> </ul>
</div><!--/.nav-collapse --> </div><!--/.nav-collapse -->
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment