From 9661551136ace026e6f4dea2f85a566c32aba443 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 Feb 2016 16:12:30 -0500 Subject: [PATCH] more testing on IE --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 0587000..48e4bc0 100644 --- a/js/app.js +++ b/js/app.js @@ -60,7 +60,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "290px") + .css("max-height", "350px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") .css("-moz-columns", "4") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index e34cd67..f99c729 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -51,7 +51,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "290px") + .css("max-height", "350px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") .css("-moz-columns", "4") -- 2.17.1