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
+3 -3
View File
@@ -2,11 +2,11 @@
<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>