projects
/
WP-Themes
/
RecycleEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e532d2a
)
update for no-repeat
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:15:47 +0000
(16:15 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:15:47 +0000
(16:15 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
5d227f3
..
f326160
100755
(executable)
--- 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"';
}