Commenting out the max-height restriction on thumbnails.

This commit is contained in:
Christopher Allan Webber 2013-05-30 10:23:50 -05:00
parent ea49f37821
commit 0e4d6221fa

View File

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