From 39fa1d72db21e8c936450958a5a021e8565f0d2f Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 24 Jul 2015 14:49:00 -0400 Subject: [PATCH] gradient work --- css/app.css | 2 +- scss/_slideshow.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1