From: Anthony Talarico Date: Thu, 17 Mar 2016 13:16:38 +0000 (-0400) Subject: fixing selector for share icon png X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f7fea0b84dcd9671b801e4d036247b2e8c20bc6d;p=WP-Themes%2Fglmthemes%2Fcamppetosega-theme.git fixing selector for share icon png --- diff --git a/css/app.css b/css/app.css index 4492875..207db08 100644 --- a/css/app.css +++ b/css/app.css @@ -6516,7 +6516,7 @@ main.page-inside #content-wrapper { margin-top: 10px; width: 58px; } -#content-wrapper .stButton .sharethis { +#blog-posts-over .stButton .sharethis { background-image: url("../assets/share-icon.png") !important; width: 52px; height: 22px; } diff --git a/scss/_main.scss b/scss/_main.scss index 019ff06..fdac654 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -84,7 +84,7 @@ main.page-inside { margin-top: 10px; width: 58px; } -#content-wrapper .stButton .sharethis { +#blog-posts-over .stButton .sharethis { background-image: url("../assets/share-icon.png") !important; width: 52px; height: 22px;