Updates for IE again
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 19:46:05 +0000 (14:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 19:46:05 +0000 (14:46 -0500)
First menu is 4 columns with column-width of 200px

functions.php
js/app.js
js/custom/pageSetup.js
style.css

index 40f0019..eb520bd 100644 (file)
@@ -62,7 +62,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.8',
+        '1.0.9',
         true
     );
     wp_enqueue_script('jquery-ui-datepicker');
index 945f187..df830d2 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -65,7 +65,8 @@ $(document).ready(function () {
         .css("-webkit-column-gap", "11px")
         .css("-moz-columns", "3")
         .css("-moz-column-gap", "11px")
-        .css("column", "3")
+        .css("column", "4")
+        .css("column-width", "200px")
         .css("column-gap", "11px");
     $menu1
         .children("li.menu-item")
index 940199b..aef1ef1 100644 (file)
@@ -56,7 +56,8 @@ $(document).ready(function () {
         .css("-webkit-column-gap", "11px")
         .css("-moz-columns", "3")
         .css("-moz-column-gap", "11px")
-        .css("column", "3")
+        .css("column", "4")
+        .css("column-width", "200px")
         .css("column-gap", "11px");
     $menu1
         .children("li.menu-item")
index 77a7fee..7511b02 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.8
+Version: 1.0.9
 */