summaryrefslogtreecommitdiff
path: root/skins/larry/includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r--skins/larry/includes/footer.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html
index a4fa69296..ee93fcf57 100644
--- a/skins/larry/includes/footer.html
+++ b/skins/larry/includes/footer.html
@@ -8,16 +8,4 @@ $(document).ready(function(){
});
</script>
-<!--[if lte IE 8]>
-<script type="text/javascript">
-
-// fix missing :last-child selectors
-$(document).ready(function(){
- $('ul.treelist ul').each(function(i,ul){
- $('li:last-child', ul).css('border-bottom', 0);
- });
-});
-
-</script>
-<![endif]-->