reverted post thumbnail change, fix for mod queue

This commit is contained in:
albert
2012-03-13 18:39:20 -04:00
parent 7269ec0076
commit a39d5bc19e
6 changed files with 8 additions and 32 deletions

View File

@@ -8,18 +8,18 @@ div#c-moderator-post-queues {
aside {
float: left;
width: 520px;
width: 220px;
text-align: right;
padding-right: 20px;
}
section {
float: left;
width: 300px;
width: 600px;
}
div#moderation-guideline {
width: 60em;
width: 900px;
h1 {
font-size: $h2_size;

View File

@@ -12,10 +12,6 @@ article.post-preview {
float: left;
overflow: hidden;
@include inline-block;
img.wide {
margin-left: -25%;
}
}
article.post-preview.blacklisted-active {