diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 777a80be..65446636 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -1,9 +1,8 @@ {% extends "!footer.html" %} {% block extrafooter %} - + - PlatformIO is nominated for the year's best Software and Tools in the 2015/16 IoT Awards Please vote for us! PlatformIO @@ -36,7 +35,7 @@ return; } function fixScroll() { - $(window).scrollTop($(window).scrollTop() - 100); + $(window).scrollTop($(window).scrollTop() - 50); } window.setTimeout(fixScroll, 50); $(window).on('hashchange', function(e){fixScroll();});