diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-30 10:23:50 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-30 10:23:50 -0500 |
commit | 0e4d6221fae26709d7ad32f40318df874b570bf8 (patch) | |
tree | bc43113b4bb0f69c3b3538e69deae30e9a072c2b | |
parent | ea49f37821410e4b46179853965cd9ac4f2b9688 (diff) | |
download | mediagoblin-0e4d6221fae26709d7ad32f40318df874b570bf8.tar.lz mediagoblin-0e4d6221fae26709d7ad32f40318df874b570bf8.tar.xz mediagoblin-0e4d6221fae26709d7ad32f40318df874b570bf8.zip |
Commenting out the max-height restriction on thumbnails.
-rw-r--r-- | mediagoblin/static/css/base.css | 9 |
1 files 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; |