Adjust this size a bit for a more comfortable fit.

This commit is contained in:
jim-p 2012-06-13 14:49:08 -04:00
parent 731b7a8c0b
commit 19a4caeafe

View File

@ -29,7 +29,7 @@ document.write('<script type="text/javascript" src="/themes/nervecenter/javascri
// jQuery function to define dropdown menu size
jQuery(document).ready(function () {
var hwindow = '';
hwindow = (jQuery(window).height()-100);
hwindow = (jQuery(window).height()-35);
// Force the size dropdown menu
jQuery('#navigation ul li ul').css('max-height', hwindow);
});