From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Thu, 30 May 2013 15:23:50 +0000 (-0500)
Subject: Commenting out the max-height restriction on thumbnails.
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0e4d6221fae26709d7ad32f40318df874b570bf8;p=mediagoblin.git

Commenting out the max-height restriction on thumbnails.
---

diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 4645b2c5..5b8226e6 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -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;