From 0e4d6221fae26709d7ad32f40318df874b570bf8 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 30 May 2013 10:23:50 -0500 Subject: [PATCH] Commenting out the max-height restriction on thumbnails. --- mediagoblin/static/css/base.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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;