remove showcase image css background color; was causing display artifacts

This commit is contained in:
Greg Neagle
2016-03-10 09:54:36 -08:00
parent 340b36382f
commit ec87689c28
@@ -1132,7 +1132,7 @@ div.stage>img {
position: absolute;
height: 200px;
left: 0;
background-color: #000;
/*background-color: #000;*/
text-align: left;
overflow: hidden;
-webkit-transition: opacity 1s ease-in-out;