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;
}
.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;