Showcase image now has overflow:hidden. CSS change courtesy rfitzwater. Fixes issue 291.

This commit is contained in:
Greg Neagle
2014-03-06 11:54:37 -08:00
parent 97950aa2ba
commit 4f9ad4e3a9
@@ -1193,6 +1193,7 @@ div.showcase {
height: 200px;
margin: 0;
opacity: 1;
overflow: hidden;
-webkit-transition: opacity .25s;
-webkit-border-bottom-right-radius: 8px;
-webkit-box-shadow: 0 1px 3px #999;