had 3 column in there for some reason
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 19:52:10 +0000 (14:52 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Feb 2016 19:52:10 +0000 (14:52 -0500)
functions.php
js/app.js
js/custom/pageSetup.js
style.css

index eb520bd..7f2454d 100644 (file)
@@ -62,7 +62,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.9',
+        '1.0.10',
         true
     );
     wp_enqueue_script('jquery-ui-datepicker');
index df830d2..0356dbf 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -63,7 +63,7 @@ $(document).ready(function () {
         .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
-        .css("-moz-columns", "3")
+        .css("-moz-columns", "4")
         .css("-moz-column-gap", "11px")
         .css("column", "4")
         .css("column-width", "200px")
index aef1ef1..3ad78cd 100644 (file)
@@ -54,7 +54,7 @@ $(document).ready(function () {
         .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
-        .css("-moz-columns", "3")
+        .css("-moz-columns", "4")
         .css("-moz-column-gap", "11px")
         .css("column", "4")
         .css("column-width", "200px")
index 7511b02..6ebc126 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.9
+Version: 1.0.10
 */