CSS version number changed to force it to refresh on tablet
authorLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jan 2015 20:15:05 +0000 (15:15 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jan 2015 20:15:05 +0000 (15:15 -0500)
functions.php
header.php
page.php

index abe7515..c8aaeed 100755 (executable)
@@ -110,11 +110,10 @@ function GLM_get_header() {
 
     if (has_post_thumbnail()) {
             $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
-            echo ' style="background: url('.$image_data[0].') no-repeat;min-height: 200px;';
+            echo ' style="background: url('.$image_data[0].');min-height: 200px;max-height: 200px; ">';
     } else {
-            echo ' style="background: url('.get_template_directory_uri().'/assets/default-header.png);min-height:200px;';
+            echo ' style="background: url('.get_template_directory_uri().'/assets/default-header.jpg);min-height:200px;max-height: 200px; ">';
     }
-    echo 'max-height: 400px; ">';
     echo '</header>';
     echo '<div class="row">';
     echo '<div class="small-12 columns">';
index f3322d6..42a1e0b 100755 (executable)
@@ -6,7 +6,7 @@
         <title>Emmet County Recycling</title>
         <title><?php wp_title(); ?></title>
         <?php wp_head();?>
-               <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css" />
+               <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.1" />
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
     </head>
index 5a29e6f..97f7b63 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -5,7 +5,6 @@
         <?php
             GLM_get_header();
         ?>
-        >
         </header>
     </div>
 </div>