From: Laury GvR Date: Fri, 30 Jan 2015 20:15:05 +0000 (-0500) Subject: CSS version number changed to force it to refresh on tablet X-Git-Tag: v1.0.0~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=276672aaed4f4012c6451341882a2cff2eb50a8a;p=WP-Themes%2FRecycleEmmet.git CSS version number changed to force it to refresh on tablet --- diff --git a/functions.php b/functions.php index abe7515..c8aaeed 100755 --- a/functions.php +++ b/functions.php @@ -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 ''; echo '
'; echo '
'; diff --git a/header.php b/header.php index f3322d6..42a1e0b 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ Emmet County Recycling <?php wp_title(); ?> - + diff --git a/page.php b/page.php index 5a29e6f..97f7b63 100755 --- a/page.php +++ b/page.php @@ -5,7 +5,6 @@ - >