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.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html
index 5cf9d1ec5..f421ec5b0 100644
--- a/skins/larry/includes/footer.html
+++ b/skins/larry/includes/footer.html
@@ -10,16 +10,3 @@ $(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]-->
-