mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 08:40:28 +08:00
added xing icon because of issues/329
This commit is contained in:
parent
5e7d4b8ae0
commit
8a0f6bda86
@ -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 = '');
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -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";
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -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(''); }
|
||||||
|
1
build/assets/font-awesome/less/icons.less
vendored
1
build/assets/font-awesome/less/icons.less
vendored
@ -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"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user