From: Steve Sutton Date: Tue, 9 Feb 2016 21:11:22 +0000 (-0500) Subject: one more try for IE X-Git-Tag: v1.0.16^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a3095bd7af985d2e4a814b210cb0c188dabe49e6;p=WP-Themes%2Fotsego.git one more try for IE --- diff --git a/js/app.js b/js/app.js index 1aa51c9..e1b9e29 100644 --- a/js/app.js +++ b/js/app.js @@ -91,14 +91,14 @@ $(document).ready(function () { .css("min-width", "0px") .css("width", "270px"); $menu4 - .css("max-height", "150px") + .css("max-height", "160px") .css("column-gap", "11px") .css("column", "3") .css("-webkit-columns", "3") .css("-moz-column-gap", "11px") .css("-moz-columns", "3"); $menu6 - .css("max-height", "150px") + .css("max-height", "160px") .css("column-gap", "11px") .css("column", "3") .css("-webkit-columns", "3") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index a43ace2..9db8367 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -82,14 +82,14 @@ $(document).ready(function () { .css("min-width", "0px") .css("width", "270px"); $menu4 - .css("max-height", "150px") + .css("max-height", "160px") .css("column-gap", "11px") .css("column", "3") .css("-webkit-columns", "3") .css("-moz-column-gap", "11px") .css("-moz-columns", "3"); $menu6 - .css("max-height", "150px") + .css("max-height", "160px") .css("column-gap", "11px") .css("column", "3") .css("-webkit-columns", "3")