Line 1: | Line 1: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$('.container').height($(window).height()-$('#menu').height() - 15) | $('.container').height($(window).height()-$('#menu').height() - 15) | ||
− | $('.wide').height($(window).height()-$('#menu').height() - | + | $('.wide').height($(window).height()-$('#menu').height() - 25) |
$('#leftnav').height($(window).height() - $('#menu').height() - 125) | $('#leftnav').height($(window).height() - $('#menu').height() - 125) | ||
}) | }) |
Revision as of 05:59, 12 October 2018
$(document).ready(function () {
$('.container').height($(window).height()-$('#menu').height() - 15) $('.wide').height($(window).height()-$('#menu').height() - 25) $('#leftnav').height($(window).height() - $('#menu').height() - 125) })