Revert thumbnail styling and sizing; allows for 5 thumbnails per row
This commit is contained in:
parent
02e100ea1f
commit
52aef5b445
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user