Thumbnail styling edits to base theme and Airy theme

This commit is contained in:
Jef van Schendel 2012-10-19 21:01:44 +02:00
parent d56e82635f
commit 42d4763c7a
2 changed files with 7 additions and 3 deletions

View File

@ -408,10 +408,10 @@ textarea#comment_content {
.media_thumbnail {
float: left;
padding: 0px;
width: 180px;
width: 212px;
height: 156px;
overflow: hidden;
margin: 0px 4px 10px;
margin: 0px 28px 24px 0px;
text-align: center;
font-size: 0.875em;
background-color: #222;
@ -431,6 +431,10 @@ textarea#comment_content {
max-height: 135px;
}
.thumb_entry_last {
margin-right: 0px;
}
/* collection media */
.collection_thumbnail {

View File

@ -67,7 +67,7 @@ input, textarea {
.media_thumbnail {
background-color: #fff;
border: 1px solid #e4e4e4;
margin: 0 3px 10px;
border-width: 1px 1px 2px;
}
.media_thumbnail a {