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;
}
}
}