For now hide the jshint warning. re #125

This commit is contained in:
Sébastien Lucas 2013-12-12 22:33:43 +01:00
parent 42eb4c2a70
commit 509b58b456
2 changed files with 10 additions and 1 deletions

View file

@ -89,6 +89,15 @@ opacity: 0.5;
opacity: 1;
}
.filter-include:after {
content: "\fa99";
}
.filter-exclude:after {
content: "\fa9d";
}
.filter-exclude {
border-right:thick solid red;
opacity: 1;