Move home header image to inline img / refactor headings

This commit is contained in:
John O'Nolan
2013-08-21 16:44:09 +02:00
committed by Hannah Wolfe
parent 4f1ff59839
commit 701746c102
3 changed files with 44 additions and 20 deletions

View File

@ -8,14 +8,6 @@
$(document).ready(function(){
sizeContent();
$(window).resize(sizeContent);
function sizeContent() {
var newHeight = $(window).height() - 30;
$("#sitehead").css("height", newHeight);
}
});
}(jQuery));