Fix thumbnail aspect ratios

This commit is contained in:
Jef van Schendel 2012-10-20 15:19:11 +02:00
parent 5b60ec41ee
commit e3f1fddf87

View File

@ -432,7 +432,7 @@ a.thumb_entry_title {
}
.media_thumbnail img {
width: 212px;
width: auto;
max-height: 159px;
}