I updated a few things
authorIan Weller <ian@gaslightmedia.com>
Wed, 26 Apr 2017 14:03:52 +0000 (10:03 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 26 Apr 2017 14:03:52 +0000 (10:03 -0400)
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.

assets/RockBandv1.1.jpg [new file with mode: 0644]
css/app.css
functions.php
scss/_page.footer.scss

diff --git a/assets/RockBandv1.1.jpg b/assets/RockBandv1.1.jpg
new file mode 100644 (file)
index 0000000..572c73f
Binary files /dev/null and b/assets/RockBandv1.1.jpg differ
index d3de8a6..9ad12c2 100644 (file)
@@ -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: " ";
index 18275d9..4e28fb9 100644 (file)
@@ -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 '>';
index 0c219fb..0cc7b0f 100644 (file)
@@ -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: " ";