From: Ian Weller Date: Mon, 13 Feb 2017 22:08:12 +0000 (-0500) Subject: changed the min-height to 300px X-Git-Tag: v1.1.8^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ea0f17b063834f08b5de2d87ff2e5fde9259b218;p=WP-Themes%2FRecycleEmmet.git changed the min-height to 300px I changed the min-height from 400px to 300px. I also updated everything to ensure the style update is right. --- diff --git a/functions.php b/functions.php index 29a2a27..7ff22ee 100755 --- a/functions.php +++ b/functions.php @@ -107,7 +107,7 @@ function GLM_get_header() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo '
'; + . 'min-height: 300px;max-height: 400px;">'; } else { echo '
'; diff --git a/header.php b/header.php index 5a2143c..4873004 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ Emmet County Recycling <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 2730763..2fe5e1d 100755 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Emmet County Recycling Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme created for Emmet County's Recycling Center. -Version: 1.1.6 +Version: 1.1.8 */