From 04a62313f1a36ed600a017cee97e4e3ec6b36a37 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 16 Jan 2015 16:15:47 -0500 Subject: [PATCH] update for no-repeat --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5d227f3..f326160 100755 --- a/functions.php +++ b/functions.php @@ -110,7 +110,7 @@ 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].');min-height: '.$image_data[2].'px; repeat: no-repeat;'; + echo ' style="background: url('.$image_data[0].') no-repeat;min-height: '.$image_data[2].'px;'; } else { echo ' style="display: none"'; } -- 2.17.1