Merge pull request #63 from kijin/pr/xeicon-user-add-workaround

xeicon에서 user-add 아이콘이 없어진 문제를 우회
This commit is contained in:
Kijin Sung 2016-01-13 10:08:30 +09:00
commit 01dd26783f
2 changed files with 4 additions and 1 deletions

View file

@ -933,6 +933,9 @@ i.xi, i[class^="xi-"], i[class*=" xi-"] {
.xi-user-o:before {
content: "\ea2c";
}
.xi-user-add:before {
content: "\ea2b";
}
.xi-user-address:before {
content: "\ea2d";
}

File diff suppressed because one or more lines are too long