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:
parent
da249b55c4
commit
a24319eb44
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user