Line 2: | Line 2: | ||
$('.container').height($(window).height()-$('#menu').height() - 12) | $('.container').height($(window).height()-$('#menu').height() - 12) | ||
$('.wide').height($(window).height()-$('#menu').height() - 12) | $('.wide').height($(window).height()-$('#menu').height() - 12) | ||
− | $('#leftnav').height($(window).height() - $('#menu').height() - | + | $('#leftnav').height($(window).height() - $('#menu').height() - 115) |
}) | }) |
Revision as of 09:58, 12 October 2018
$(document).ready(function () {
$('.container').height($(window).height()-$('#menu').height() - 12) $('.wide').height($(window).height()-$('#menu').height() - 12) $('#leftnav').height($(window).height() - $('#menu').height() - 115) })