From 444ec06315252e1ba6b76ea71bcfc05b3c571d47 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 9 Nov 2015 13:38:17 -0500 Subject: [PATCH] forgot a small piece of the inline css in the function.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ec97276..6d3e572 100644 --- a/functions.php +++ b/functions.php @@ -207,7 +207,7 @@ function glm_get_header() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px; "'; } else { - echo ' style="background-image: url('.get_template_directory_uri().'/assets/header-image-1000x200.jpg);height:200;padding:0;background-position:center center;background-size: 100%;background-repeat:no-repeat;width: 1000px;"'; + echo ' style="background-image: url('.get_template_directory_uri().'/assets/header-image-1000x200.jpg);height:200px;padding:0;background-position:center center;background-size: 100%;background-repeat:no-repeat;width: 1000px;"'; echo ' class="no-featured"'; } echo '>'; -- 2.17.1