From: Ian Weller Date: Wed, 26 Apr 2017 14:03:52 +0000 (-0400) Subject: I updated a few things X-Git-Tag: v1.0.0^2~50 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=487758961d2a8a1eefa50df0a209897725ea07a9;p=WP-Themes%2Fgreatlakescfa.git I updated a few things I changed the default feature image to a cropped version of the original example of a default image size. I also made the padding between the items in the image bar. --- diff --git a/assets/RockBandv1.1.jpg b/assets/RockBandv1.1.jpg new file mode 100644 index 0000000..572c73f Binary files /dev/null and b/assets/RockBandv1.1.jpg differ diff --git a/css/app.css b/css/app.css index d3de8a6..9ad12c2 100644 --- a/css/app.css +++ b/css/app.css @@ -6789,7 +6789,7 @@ footer.main { letter-spacing: 0.014em; display: inline-block; font-weight: normal; - padding: 0 17px; + padding: 0 16px; text-transform: uppercase; } #image-bar ul li:before { content: " "; diff --git a/functions.php b/functions.php index 18275d9..4e28fb9 100644 --- a/functions.php +++ b/functions.php @@ -84,7 +84,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:top center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden; "'; } else { - echo ' style="background-image: url('.get_template_directory_uri().'/assets/sample-header-image.jpg);height:0;padding:0;padding-bottom:20%;background-position:top center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden;"'; + echo ' style="background-image: url('.get_template_directory_uri().'/assets/RockBandv1.1.jpg);height:0;padding:0;padding-bottom:20%;background-position:top center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden;"'; echo ' class="no-featured"'; } echo '>'; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 0c219fb..0cc7b0f 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -20,7 +20,7 @@ footer.main { letter-spacing: 0.014em; display: inline-block; font-weight: normal; - padding: 0 17px; + padding: 0 16px; text-transform: uppercase; &:before { content: " ";