From: Anthony Talarico Date: Fri, 11 Dec 2015 22:03:30 +0000 (-0500) Subject: adding blog wrapper style X-Git-Tag: v1.0.0^2~24^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9c28968272654d22669f31650724b170dd325153;p=WP-Themes%2Fstaffords.git adding blog wrapper style --- diff --git a/css/app.css b/css/app.css index 302474c..4a06f3f 100644 --- a/css/app.css +++ b/css/app.css @@ -8057,6 +8057,9 @@ input[type="submit"].blogbutton { padding: 8px 0; line-height: 1.1; } +#blog-side-info-wrapper { + background: white; } + @media only screen and (max-width: 40em) { #blog-side-info-wrapper { float: none; diff --git a/scss/_blog.scss b/scss/_blog.scss index caf5e86..09b02ae 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -192,6 +192,9 @@ input[type="submit"].blogbutton { } } } +#blog-side-info-wrapper{ + background: white; +} @media #{$small-only} { #blog-side-info-wrapper { float: none;