From a3095bd7af985d2e4a814b210cb0c188dabe49e6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 9 Feb 2016 16:11:22 -0500 Subject: [PATCH] one more try for IE --- js/app.js | 4 ++-- js/custom/pageSetup.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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") -- 2.17.1