Adds fa-wikidata icon. Fixes #89

This commit is contained in:
Julien Deswaef 2018-10-12 15:49:24 -04:00
commit f8eece68ba
14 changed files with 36 additions and 8 deletions

View file

@ -2498,6 +2498,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-jirafeau:before {
content: "\f318";
}
.fa-emby:before {
content: "\f319";
}
.fa-wikidata:before {
content: "\f31a";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long