Fixed a:hover not highlighting the a block correctly

This commit is contained in:
Daniel Kimsey
2012-11-08 18:50:38 -05:00
committed by bootstraponline
parent 34e0b49d72
commit c5631f5b7d
8 changed files with 33 additions and 26 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
<ol class="tree">
<li class="file"><a href="root">root</a></li>
<li class="file"><a href="root"><span class="icon"></span>root</a></li>
<li>
<label>folder0</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="folder0/0">0</a></li>
<li class="file"><a href="folder0/0"><span class="icon"></span>0</a></li>
</ol>
</li>
<li>
<label>folder1</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="folder1/1">1</a></li>
</ol>
<li class="file"><a href="folder1/1"><span class="icon"></span>1</a></li>
</ol>