Commenting out the max-height restriction on thumbnails.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 30 May 2013 15:23:50 +0000 (10:23 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 30 May 2013 15:23:50 +0000 (10:23 -0500)
mediagoblin/static/css/base.css

index 4645b2c588e0b9cd635d0ff400d5fad42ba04b13..5b8226e6d86d2f12aaa1cac71880f16c1aed6e36 100644 (file)
@@ -433,9 +433,12 @@ a.thumb_entry_title {
   padding: 8px;
 }
 
-.media_thumbnail img {
-  max-height: 135px;
-}
+/* For now, this is commented out since our thumbnails are actually 180px high.
+ *
+ * .media_thumbnail img {
+ *   max-height: 135px;
+ * }
+ */
 
 .thumb_entry_last {
   margin-right: 0px;