Add supposed canvas support for IE8 and ie specific styling to fix layout

This commit is contained in:
perryharlock
2013-09-20 11:04:08 +01:00
parent 5ff19890b8
commit 33259b76f8
10 changed files with 145 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ $(document).ready(function(){
// Back to top links
toTopLinks.click( function(e){
e.preventDefault();
$(animateSection($('#top'), -25));
$(animateSection($('#top'), -55));
});
switchStandardsList(standardSelect);