Commenting out the max-height restriction on thumbnails.
This commit is contained in:
parent
ea49f37821
commit
0e4d6221fa
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user