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; margin: 0;
list-style: none; list-style: none;
} }
li { li:not(.category) {
font-size: 13px; font-size: 13px;
line-height: 16px; line-height: 16px;
.fa { .fa {

View File

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