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