changed the min-height to 300px
authorIan Weller <ian@gaslightmedia.com>
Mon, 13 Feb 2017 22:08:12 +0000 (17:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 13 Feb 2017 22:08:12 +0000 (17:08 -0500)
I changed the min-height from 400px to 300px.  I also updated everything
to ensure the style update is right.

functions.php
header.php
style.css

index 29a2a27..7ff22ee 100755 (executable)
@@ -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 '<header id="still" style="background: url('.$image_data[0].');'
-                    . 'min-height: 400px;max-height: 400px;"></header>';
+                    . 'min-height: 300px;max-height: 400px;"></header>';
     } else {
             echo '<header id="still" style="background: url('.get_template_directory_uri().'/assets/default-header.jpg);'
                     . 'min-height: 400px;max-height: 400px"></header>';
index 5a2143c..4873004 100755 (executable)
@@ -6,7 +6,7 @@
         <title>Emmet County Recycling</title>
         <title><?php wp_title(); ?></title>
         <?php wp_head();?>
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.5" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.8" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
index 2730763..2fe5e1d 100755 (executable)
--- 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
 */