瀏覽代碼

adding all the other changes to fix #1260

davegandy 12 年之前
父節點
當前提交
99e4701d69

+ 1 - 1
css/font-awesome-ie7.css

@@ -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 {

+ 1 - 1
css/font-awesome-ie7.min.css

@@ -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 = '');}

+ 1 - 1
css/font-awesome.css

@@ -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 {

+ 1 - 1
css/font-awesome.min.css

@@ -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";}

+ 1 - 1
less/font-awesome-ie7.less

@@ -1873,7 +1873,7 @@ a [class*=" icon-"] {
 }
 
 
-.icon-dribble {
+.icon-dribbble {
   .ie7icon('');
 }
 

+ 1 - 1
less/icons.less

@@ -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; }

+ 1 - 1
less/variables.less

@@ -705,7 +705,7 @@
 
   @linux: "\f17c";
 
-  @dribble: "\f17d";
+  @dribbble: "\f17d";
 
   @skype: "\f17e";
 

+ 1 - 1
scss/_icons.scss

@@ -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; }

+ 1 - 1
scss/_variables.scss

@@ -704,7 +704,7 @@ $android: "\f17b";
 
 $linux: "\f17c";
 
-$dribble: "\f17d";
+$dribbble: "\f17d";
 
 $skype: "\f17e";
 

+ 1 - 1
scss/font-awesome-ie7.scss

@@ -1873,7 +1873,7 @@ a [class*=" icon-"] {
 }
 
 
-.icon-dribble {
+.icon-dribbble {
   @include ie7icon('');
 }