Revert thumbnail styling and sizing; allows for 5 thumbnails per row

This commit is contained in:
Jef van Schendel 2012-11-01 17:10:16 +01:00
parent 02e100ea1f
commit 52aef5b445
2 changed files with 4 additions and 6 deletions

View File

@ -377,9 +377,10 @@ textarea#comment_content {
.media_thumbnail { .media_thumbnail {
float: left; float: left;
padding: 0px; padding: 0px;
width: 212px; width: 180px;
height: 156px;
overflow: hidden; overflow: hidden;
margin: 0px 28px 26px 0px; margin: 0px 4px 10px;
text-align: center; text-align: center;
font-size: 0.875em; font-size: 0.875em;
background-color: #222; background-color: #222;
@ -401,8 +402,7 @@ a.thumb_entry_title {
} }
.media_thumbnail img { .media_thumbnail img {
width: 212px; max-height: 135px;
max-height: 159px;
} }
.thumb_entry_last { .thumb_entry_last {

View File

@ -65,8 +65,6 @@ input, textarea {
.media_thumbnail { .media_thumbnail {
background-color: #fff; background-color: #fff;
border: 1px solid #e4e4e4;
border-width: 1px 1px 2px;
} }
.media_thumbnail a { .media_thumbnail a {