Setting height for media thumbnail to also 200px
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 25 Jun 2011 04:53:31 +0000 (23:53 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 25 Jun 2011 04:53:31 +0000 (23:53 -0500)
Not sure why height wasn't at 200px but anyway not having at 200px
means some images would hit overlap.

mediagoblin/static/css/base.css

index 36c8fca808600b1cc8650839531df9031352c203..786046138a5d03961cd11c49d79c78b651ccaa60 100644 (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;