Slight change to thumbnail gallery style

This commit is contained in:
Jef van Schendel 2012-03-11 00:03:50 +01:00
parent 193e0f5346
commit fcc0f4e81d

View File

@ -342,11 +342,14 @@ textarea#comment_content {
float: left;
padding: 0px;
width: 180px;
height: 210px;
height: 156px;
overflow: hidden;
margin: 0px 4px 10px;
text-align: center;
font-size: 0.875em;
background-color: #222;
border-radius: 0 0 5px 5px;
padding: 0 0 6px;
}
.media_thumbnail a {
@ -355,8 +358,7 @@ textarea#comment_content {
}
.media_thumbnail img {
max-width: 100%;
max-height: 100%;
max-height: 135px;
}
/* media detail */