Line 1: | Line 1: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$('.container').height($(window).height()-$('#menu').height() - 10) | $('.container').height($(window).height()-$('#menu').height() - 10) | ||
− | $('.wide').height($(window).height()-$('#menu').height() - | + | $('.wide').height($(window).height()-$('#menu').height() - 10) |
− | $('#leftnav').height($(window).height() - $('#menu').height() - | + | $('#leftnav').height($(window).height() - $('#menu').height() - 108) |
}) | }) |
Revision as of 06:01, 12 October 2018
$(document).ready(function () {
$('.container').height($(window).height()-$('#menu').height() - 10) $('.wide').height($(window).height()-$('#menu').height() - 10) $('#leftnav').height($(window).height() - $('#menu').height() - 108) })