From 47a38d1815d3ebc35f8b5cc322c6170e59138b27 Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 29 Jul 2014 16:50:48 +1000 Subject: [PATCH] Tweak the styling on producer modals so no grey background --- app/assets/stylesheets/darkswarm/images.css.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/images.css.sass b/app/assets/stylesheets/darkswarm/images.css.sass index 39a86a93d1..ce205f0dae 100644 --- a/app/assets/stylesheets/darkswarm/images.css.sass +++ b/app/assets/stylesheets/darkswarm/images.css.sass @@ -11,9 +11,9 @@ @include box-shadow(0 1px 2px 1px rgba(0,0,0,0.25)) .hero-img - background-color: #333 + border-bottom: 1px solid $disabled-bright width: 100% - min-height: 160px + min-height: 56px height: inherit max-height: 260px overflow: hidden