fix coloring for tags

This commit is contained in:
albert
2011-12-07 16:53:48 -05:00
parent 8e3a6c5923
commit 746901357a
3 changed files with 5 additions and 5 deletions

View File

@@ -40,15 +40,15 @@ article.post-preview.post-status-flagged img {
}
div#c-posts {
li.category-1 a {
.category-1 a {
color: #A00;
}
li.category-3 a {
.category-3 a {
color: #A0A;
}
li.category-4 a {
.category-4 a {
color: #0A0;
}