From: Ian Weller Date: Fri, 24 Jul 2015 18:49:00 +0000 (-0400) Subject: gradient work X-Git-Tag: v1.0.0^2~135 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39fa1d72db21e8c936450958a5a021e8565f0d2f;p=WP-Themes%2Fwesternup.git gradient work --- diff --git a/css/app.css b/css/app.css index 44b077c..6a78e1e 100644 --- a/css/app.css +++ b/css/app.css @@ -6779,7 +6779,7 @@ h4 { #slideshow .nivo-controlNav a.active { background: #34a9cd; } #slideshow .gradient { - position: relative; + position: absolute; bottom: -1px; left: 0px; right: 0px; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index f0326ac..dbaccac 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -24,7 +24,7 @@ } .gradient { - position: relative; + position: absolute; bottom: -1px; left: 0px; right: 0px;