Kill trailing whitespace in scss files

This commit is contained in:
小太
2013-03-19 23:32:39 +11:00
parent 3ce4c704d4
commit 0da58dcb79
34 changed files with 212 additions and 212 deletions

View File

@@ -5,7 +5,7 @@ div#c-moderator-post-queues {
margin-bottom: 4em;
overflow: hidden;
}
article.post-has-dup {
background: rgb(255, 255, 100);
}
@@ -13,26 +13,26 @@ div#c-moderator-post-queues {
article.post-neg-score {
background: rgb(255, 230, 230);
}
article.post-pos-score {
background: rgb(230, 255, 230);
}
aside {
float: left;
width: 220px;
text-align: right;
padding-right: 20px;
}
section {
float: left;
width: 600px;
}
div#moderation-guideline {
width: 900px;
h1 {
font-size: $h2_size;
}