Small styling edits to thumbnails

This commit is contained in:
Jef van Schendel 2012-12-13 23:39:19 +01:00
parent d2fad5c9c3
commit a04cd2e596

View File

@ -371,9 +371,8 @@ textarea#comment_content {
float: left; float: left;
padding: 0px; padding: 0px;
width: 180px; width: 180px;
height: 156px;
overflow: hidden; overflow: hidden;
margin: 0px 4px 10px; margin: 0px 3px 10px;
text-align: center; text-align: center;
font-size: 0.875em; font-size: 0.875em;
background-color: #222; background-color: #222;
@ -382,6 +381,9 @@ textarea#comment_content {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
border-color: #0D0D0D;
border-style: solid;
border-width: 1px 1px 2px;
} }
.media_thumbnail a { .media_thumbnail a {