bumping style sheet version. Main dropdown nav menu sub items should be rendering...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 14 Feb 2017 21:03:44 +0000 (16:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 14 Feb 2017 21:03:44 +0000 (16:03 -0500)
accross browsers from IE 9 to Edge, FF and Chrome.

header.php
style.css

index 357c7e8..fa11855 100644 (file)
@@ -5,7 +5,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.34">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.35">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 580c798..3630108 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.34
+Version: 1.0.35
 */