fixes #949 using js

This commit is contained in:
albert
2013-03-18 15:38:14 -07:00
parent 4868f67e69
commit 6c0dd832a5
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
$(function() {
var offset = $("aside#sidebar").offset().top + $("aside#sidebar").height();
$("#page-footer").css({"position": "absolute", "top": offset, "width": "100%", "height": "5em"});
});