Push another half-fix for portrait thumbnails. Man, this thing is breaking all over the place.

This commit is contained in:
Jef van Schendel 2012-03-07 16:29:02 +01:00
parent 2b7b701019
commit 74743bed0a

View File

@ -342,6 +342,7 @@ textarea#comment_content {
float: left;
padding: 0px;
width: 180px;
height: 210px;
overflow: hidden;
margin: 0px 4px 10px;
text-align: center;
@ -354,7 +355,8 @@ textarea#comment_content {
}
.media_thumbnail img {
width: 100%;
max-width: 100%;
max-height: 100%;
}
/* media detail */