From: Ian Weller Date: Wed, 13 Apr 2016 14:56:53 +0000 (-0400) Subject: slideshow edits that look ugly X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=995af2e6238044a3ca292ad1877d1662c3e7ecd6;p=WP-Themes%2Fgaslightmedia.git slideshow edits that look ugly --- diff --git a/css/app.css b/css/app.css index ad1958b..3133063 100644 --- a/css/app.css +++ b/css/app.css @@ -6704,7 +6704,8 @@ h2#block-title { #slideshow #cat-text p { margin-bottom: 15px; } } #slideshow img.nivo-main-image { - min-height: 147px; } + min-height: 147px; + height: 0 !important; } #slideshow .nivo-caption { background: transparent; position: absolute; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index fe46e07..363eeae 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -45,6 +45,7 @@ } img.nivo-main-image{ min-height: 147px; + height: 0 !important; } .nivo-caption { background: transparent;