From 276672aaed4f4012c6451341882a2cff2eb50a8a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 30 Jan 2015 15:15:05 -0500 Subject: [PATCH] CSS version number changed to force it to refresh on tablet --- functions.php | 5 ++--- header.php | 2 +- page.php | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) 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 @@ - >
-- 2.17.1