added asset precompilation to deploy script, style tweaks

This commit is contained in:
albert
2011-10-07 15:21:04 -04:00
parent 87bfa04e65
commit e462342b93
6 changed files with 40 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
@import "../common/000_vars.css.scss";
div#c-artists {
span.new-artist {
font-weight: bold;
@@ -19,4 +21,13 @@ div#c-artists {
height: 5em;
}
}
div.recent-posts {
margin-top: 1em;
h1 {
font-size: $h2_size;
margin: 0;
}
}
}

View File

@@ -20,6 +20,11 @@ article.post-preview.blacklisted-active {
}
div#c-posts {
span.post-count {
color: #CCC;
margin-left: 0.2em;
}
div.notice {
font-size: 0.8em;
padding: 1em;