From: Anthony Talarico Date: Mon, 15 May 2017 20:12:15 +0000 (-0400) Subject: using the signup-for-enews-sidebar-3 image for the enews action item in the sidebar X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b69c43effac5683d07b2b18cf25e7878a3d535d;p=WP-Themes%2Fgreatlakescfa.git using the signup-for-enews-sidebar-3 image for the enews action item in the sidebar new images were given for the sidebar, changing the enews-sidebar image for the enews action item --- diff --git a/css/app.css b/css/app.css index 471f3f8..ab773cb 100644 --- a/css/app.css +++ b/css/app.css @@ -6826,7 +6826,7 @@ body .addthis_wrapper { display: block; width: 300px; height: 145px; - background: url(../assets/Sign-up-for-enews-button-3.png); + background: url(../assets/signup-for-enews-sidebar-3.png); margin-bottom: 42px; background-position: 0px 1px; background-size: cover; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 87c3d6f..b222d97 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -22,7 +22,7 @@ display: block; width: 300px; height:145px; - background: url(../assets/Sign-up-for-enews-button-3.png); + background: url(../assets/signup-for-enews-sidebar-3.png); margin-bottom: 42px; background-position:0px 1px; background-size: cover;