1
0
Fork 0

Added option for Xing social media icon

This commit is contained in:
gunharth 2015-04-15 23:20:20 +02:00
parent 7c387c5541
commit 5fbb1c6bea
10 changed files with 52 additions and 8 deletions

View file

@ -405,6 +405,7 @@ mark {
.icon-video:before,
.icon-vimeo:before,
.icon-warning:before,
.icon-xing:before,
.icon-youtube:before {
display: inline-block;
font-family: "iconfont";
@ -472,4 +473,5 @@ font-smoothing: antialiased;
.icon-video:before { content: "\f12f"; }
.icon-vimeo:before { content: "\f130"; }
.icon-warning:before { content: "\f131"; }
.icon-xing:before { content: "\f135"; }
.icon-youtube:before { content: "\f132"; }