mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Added url paths to navbar navbar-static-top and navbar-fixed-top
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user