Line 248: | Line 248: | ||
$("a.topLink").click(function() { | $("a.topLink").click(function() { | ||
$("html, body").animate({ | $("html, body").animate({ | ||
− | scrollTop: $($(this).attr("href")).offset().top + "px" | + | scrollTop: $($(this).attr("href")).(offset().top-15) + "px" |
}, { | }, { | ||
duration: 500, | duration: 500, |
Revision as of 19:55, 17 October 2018
Week 5 | May 28 – June 3 |
Week 6 | June 4 – June 10 |
Week 7 | June 11 – June 17 |
Week 8 | June 18 – June 24 |
Week 9 | June 25 – July 1 |