Setting height for media thumbnail to also 200px

Not sure why height wasn't at 200px but anyway not having at 200px
means some images would hit overlap.
This commit is contained in:
Christopher Allan Webber 2011-06-24 23:53:31 -05:00
parent 353f927e9f
commit 39c76f30f0

View File

@ -186,7 +186,7 @@ ul.media_thumbnail {
li.media_thumbnail {
width:200px;
height:133px;
height:200px;
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;