mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 13:59:06 +02:00
place chevrons first in sidenav in docs, fix ie7 bugs for said sidenav
This commit is contained in:
@@ -87,13 +87,13 @@
|
||||
<div class="row">
|
||||
<div class="span3 bs-docs-sidebar">
|
||||
<ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-y="80">
|
||||
<li><a href="#typography">Typography <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#code">Code <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#tables">Tables <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#forms">Forms <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#buttons">Buttons <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#images">Images <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#icons">Icons by Glyphicons <i class="icon-chevron-right"></i></a></li>
|
||||
<li><a href="#typography"><i class="icon-chevron-right"></i> Typography</a></li>
|
||||
<li><a href="#code"><i class="icon-chevron-right"></i> Code</a></li>
|
||||
<li><a href="#tables"><i class="icon-chevron-right"></i> Tables</a></li>
|
||||
<li><a href="#forms"><i class="icon-chevron-right"></i> Forms</a></li>
|
||||
<li><a href="#buttons"><i class="icon-chevron-right"></i> Buttons</a></li>
|
||||
<li><a href="#images"><i class="icon-chevron-right"></i> Images</a></li>
|
||||
<li><a href="#icons"><i class="icon-chevron-right"></i> Icons by Glyphicons</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span9">
|
||||
|
Reference in New Issue
Block a user