Difference between revisions of "Template:BNU-CHINA/article"

Line 79: Line 79:
 
         if (hash.indexOf("#") == 0) {
 
         if (hash.indexOf("#") == 0) {
 
             var $target = $(hash);
 
             var $target = $(hash);
             $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height()}, "slow");
+
             $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height() - baseline}, "slow");
 
         }
 
         }
 
     });
 
     });

Revision as of 01:00, 19 September 2015