FIX: subcategory badge styling problems

This commit is contained in:
Neil Lalonde 2014-06-20 10:22:55 -04:00
parent 00cc33c110
commit d704991609
2 changed files with 2 additions and 3 deletions

View File

@ -154,7 +154,7 @@
margin: 0;
list-style: none;
}
li {
li:not(.category) {
font-size: 13px;
line-height: 16px;
.fa {

View File

@ -136,7 +136,7 @@
float: left;
margin-right: 14px;
}
.fa {
.num .fa {
color: scale-color($primary, $lightness: 50%);
}
.fa-heart{
@ -233,7 +233,6 @@
background-color: $secondary;
}
.badge-category {
float: left;
margin: 1px 4px 0 0;
}
.posters {