0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Added url paths to navbar navbar-static-top and navbar-fixed-top

This commit is contained in:
Jesse Hu 2013-08-06 03:00:40 -04:00
parent da249b55c4
commit a24319eb44
3 changed files with 9 additions and 9 deletions

View File

@ -45,9 +45,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="/navbar/">Default</a></li>
<li><a href="/navbar-static-top/">Static top</a></li>
<li class="active"><a href="/navbar-fixed-top/">Fixed top</a></li>
<li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
<li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
<li class="active"><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>

View File

@ -45,9 +45,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="/navbar/">Default</a></li>
<li class="active"><a href="/navbar-static-top/">Static top</a></li>
<li><a href="/navbar-fixed-top/">Fixed top</a></li>
<li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
<li class="active"><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
<li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>

View File

@ -47,9 +47,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<li class="active"><a href="/navbar/">Default</a></li>
<li><a href="/navbar-static-top/">Static top</a></li>
<li><a href="/navbar-fixed-top/">Fixed top</a></li>
<li class="active"><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
<li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
<li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>