mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
adding all the other changes to fix #1260
This commit is contained in:
parent
692fba163d
commit
99e4701d69
@ -1153,7 +1153,7 @@ a [class*=" icon-"] {
|
||||
.icon-linux {
|
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||
}
|
||||
.icon-dribble {
|
||||
.icon-dribbble {
|
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
||||
}
|
||||
.icon-skype {
|
||||
|
2
css/font-awesome-ie7.min.css
vendored
2
css/font-awesome-ie7.min.css
vendored
@ -366,7 +366,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
|
||||
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-dribble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
||||
|
2
css/font-awesome.css
vendored
2
css/font-awesome.css
vendored
@ -1429,7 +1429,7 @@ a .icon-flip-vertical:before {
|
||||
.icon-linux:before {
|
||||
content: "\f17c";
|
||||
}
|
||||
.icon-dribble:before {
|
||||
.icon-dribbble:before {
|
||||
content: "\f17d";
|
||||
}
|
||||
.icon-skype:before {
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
@ -386,7 +386,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
|
||||
.icon-windows:before{content:"\f17a";}
|
||||
.icon-android:before{content:"\f17b";}
|
||||
.icon-linux:before{content:"\f17c";}
|
||||
.icon-dribble:before{content:"\f17d";}
|
||||
.icon-dribbble:before{content:"\f17d";}
|
||||
.icon-skype:before{content:"\f17e";}
|
||||
.icon-foursquare:before{content:"\f180";}
|
||||
.icon-trello:before{content:"\f181";}
|
||||
|
@ -1873,7 +1873,7 @@ a [class*=" icon-"] {
|
||||
}
|
||||
|
||||
|
||||
.icon-dribble {
|
||||
.icon-dribbble {
|
||||
.ie7icon('');
|
||||
}
|
||||
|
||||
|
@ -363,7 +363,7 @@
|
||||
.icon-windows:before { content: @windows; }
|
||||
.icon-android:before { content: @android; }
|
||||
.icon-linux:before { content: @linux; }
|
||||
.icon-dribble:before { content: @dribble; }
|
||||
.icon-dribbble:before { content: @dribbble; }
|
||||
.icon-skype:before { content: @skype; }
|
||||
.icon-foursquare:before { content: @foursquare; }
|
||||
.icon-trello:before { content: @trello; }
|
||||
|
@ -705,7 +705,7 @@
|
||||
|
||||
@linux: "\f17c";
|
||||
|
||||
@dribble: "\f17d";
|
||||
@dribbble: "\f17d";
|
||||
|
||||
@skype: "\f17e";
|
||||
|
||||
|
@ -363,7 +363,7 @@
|
||||
.icon-windows:before { content: $windows; }
|
||||
.icon-android:before { content: $android; }
|
||||
.icon-linux:before { content: $linux; }
|
||||
.icon-dribble:before { content: $dribble; }
|
||||
.icon-dribbble:before { content: $dribbble; }
|
||||
.icon-skype:before { content: $skype; }
|
||||
.icon-foursquare:before { content: $foursquare; }
|
||||
.icon-trello:before { content: $trello; }
|
||||
|
@ -704,7 +704,7 @@ $android: "\f17b";
|
||||
|
||||
$linux: "\f17c";
|
||||
|
||||
$dribble: "\f17d";
|
||||
$dribbble: "\f17d";
|
||||
|
||||
$skype: "\f17e";
|
||||
|
||||
|
@ -1873,7 +1873,7 @@ a [class*=" icon-"] {
|
||||
}
|
||||
|
||||
|
||||
.icon-dribble {
|
||||
.icon-dribbble {
|
||||
@include ie7icon('');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user