New: Filter series by type (standard, daily or anime)

This commit is contained in:
Mark McDowall
2014-07-14 23:22:53 -07:00
parent 1368c4376b
commit 0a44744c5e
3 changed files with 39 additions and 1 deletions

View File

@@ -185,4 +185,18 @@
.icon-nd-health-error:before {
.icon(@exclamation-sign);
color : @brand-danger;
}
.icon-nd-standard-series:before {
font-weight: bold;
content: 'S';
}
.icon-nd-daily-series:before {
.icon(@calendar-empty);
}
.icon-nd-anime:before {
font-weight: bold;
content: 'A';
}