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
@@ -8,13 +8,13 @@
<li>
<label>folder2</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="folder0/folder1/folder2/0">0</a></li>
<li class="file"><a href="folder0/folder1/folder2/0"><span class="icon"></span>0</a></li>
</ol>
</li>
<li>
<label>folder3</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="folder0/folder1/folder3/1">1</a></li>
<li class="file"><a href="folder0/folder1/folder3/1"><span class="icon"></span>1</a></li>
</ol>
</li>
</ol>
@@ -24,5 +24,5 @@
<li>
<label>folder4</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="folder4/2">2</a></li>
</ol>
<li class="file"><a href="folder4/2"><span class="icon"></span>2</a></li>
</ol>