added xing icon because of issues/329

This commit is contained in:
Jan Wagner 2013-05-28 10:44:34 +02:00
parent 5e7d4b8ae0
commit 8a0f6bda86
7 changed files with 12 additions and 4 deletions

View File

@ -515,6 +515,9 @@ a [class*=" icon-"] {
.icon-github { .icon-github {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
} }
.icon-xing {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.icon-unlock { .icon-unlock {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
} }
@ -980,4 +983,4 @@ a [class*=" icon-"] {
} }
.icon-share-sign { .icon-share-sign {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
} }

File diff suppressed because one or more lines are too long

View File

@ -798,6 +798,9 @@ ul.icons-ul > li .icon-li {
.icon-github:before { .icon-github:before {
content: "\f09b"; content: "\f09b";
} }
.icon-xing:before {
content: "\f09f";
}
.icon-unlock:before { .icon-unlock:before {
content: "\f09c"; content: "\f09c";
} }
@ -1265,4 +1268,4 @@ ul.icons-ul > li .icon-li {
} }
.icon-share-sign:before { .icon-share-sign:before {
content: "\f14d"; content: "\f14d";
} }

File diff suppressed because one or more lines are too long

View File

@ -244,6 +244,7 @@ a [class*=" icon-"] {
.icon-twitter { .ie7icon(''); } .icon-twitter { .ie7icon(''); }
.icon-facebook { .ie7icon(''); } .icon-facebook { .ie7icon(''); }
.icon-github { .ie7icon(''); } .icon-github { .ie7icon(''); }
.icon-xing { .ie7icon(''); }
.icon-unlock { .ie7icon(''); } .icon-unlock { .ie7icon(''); }
.icon-credit-card { .ie7icon(''); } .icon-credit-card { .ie7icon(''); }
.icon-rss { .ie7icon(''); } .icon-rss { .ie7icon(''); }

View File

@ -159,6 +159,7 @@
.icon-twitter:before { content: "\f099"; } .icon-twitter:before { content: "\f099"; }
.icon-facebook:before { content: "\f09a"; } .icon-facebook:before { content: "\f09a"; }
.icon-github:before { content: "\f09b"; } .icon-github:before { content: "\f09b"; }
.icon-xing:before { content: "\f09f"; }
.icon-unlock:before { content: "\f09c"; } .icon-unlock:before { content: "\f09c"; }
.icon-credit-card:before { content: "\f09d"; } .icon-credit-card:before { content: "\f09d"; }
.icon-rss:before { content: "\f09e"; } .icon-rss:before { content: "\f09e"; }