Skip to content

Commit 05f7e9f

Browse files
committed
Fontawesome 3.2.1
1 parent dbbdee2 commit 05f7e9f

File tree

8 files changed

+35
-14
lines changed

8 files changed

+35
-14
lines changed

app/assets/stylesheets/twitter-bootstrap-static/fontawesome.css.erb

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@font-face{font-family:'FontAwesome';src:url("<%= asset_path 'fontawesome-webfont.eot' %>");src:url("<%= asset_path 'fontawesome-webfont.eot#iefix' %>") format('embedded-opentype'),url("<%= asset_path 'fontawesome-webfont.woff' %>") format('woff'),url("<%= asset_path 'fontawesome-webfont.ttf' %>") format('truetype'),url("<%= asset_path 'fontawesome-webfont.svg#fontawesomeregular' %>") format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
2-
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;cursor:default;speak:none;}
2+
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
33
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
44
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
55
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
@@ -29,10 +29,11 @@ a [class^="icon-"],a [class*=" icon-"]{display:inline;}
2929
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
3030
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
3131
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
32+
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
3233
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
3334
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
3435
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
35-
a .icon-spin{display:inline-block;text-decoration:none;}
36+
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
3637
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
3738
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
3839
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
@@ -57,7 +58,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
5758
.icon-zoom-out:before{content:"\f010";}
5859
.icon-power-off:before,.icon-off:before{content:"\f011";}
5960
.icon-signal:before{content:"\f012";}
60-
.icon-cog:before{content:"\f013";}
61+
.icon-gear:before,.icon-cog:before{content:"\f013";}
6162
.icon-trash:before{content:"\f014";}
6263
.icon-home:before{content:"\f015";}
6364
.icon-file-alt:before{content:"\f016";}
@@ -164,7 +165,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
164165
.icon-facebook-sign:before{content:"\f082";}
165166
.icon-camera-retro:before{content:"\f083";}
166167
.icon-key:before{content:"\f084";}
167-
.icon-cogs:before{content:"\f085";}
168+
.icon-gears:before,.icon-cogs:before{content:"\f085";}
168169
.icon-comments:before{content:"\f086";}
169170
.icon-thumbs-up-alt:before{content:"\f087";}
170171
.icon-thumbs-down-alt:before{content:"\f088";}
@@ -386,7 +387,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
386387
.icon-windows:before{content:"\f17a";}
387388
.icon-android:before{content:"\f17b";}
388389
.icon-linux:before{content:"\f17c";}
389-
.icon-dribble:before{content:"\f17d";}
390+
.icon-dribbble:before{content:"\f17d";}
390391
.icon-skype:before{content:"\f17e";}
391392
.icon-foursquare:before{content:"\f180";}
392393
.icon-trello:before{content:"\f181";}
@@ -426,6 +427,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
426427
.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
427428
.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
428429
.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
430+
.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
429431
.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
430432
.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
431433
.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
@@ -535,6 +537,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
535537
.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
536538
.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
537539
.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
540+
.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
538541
.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
539542
.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
540543
.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
@@ -768,7 +771,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
768771
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
769772
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
770773
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
771-
.icon-dribble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
774+
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
772775
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
773776
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
774777
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}

vendor/toolkit/fontawesome/bootstrap.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@
7676
&.pull-right.icon-2x { margin-left: .2em; }
7777
}
7878
}
79+
80+
/* Fixes alignment in nav lists */
81+
.nav-list [class^="icon-"],
82+
.nav-list [class*=" icon-"] {
83+
line-height: inherit;
84+
}

vendor/toolkit/fontawesome/core.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
[class*=" icon-"]:before {
1111
text-decoration: inherit;
1212
display: inline-block;
13-
cursor: default;
1413
speak: none;
1514
}
1615

vendor/toolkit/fontawesome/extras.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
-webkit-animation: spin 2s infinite linear;
1313
animation: spin 2s infinite linear;
1414
}
15+
16+
/* Prevent stack and spinners from being taken inline when inside a link */
17+
a .icon-stack,
1518
a .icon-spin {
1619
display: inline-block;
1720
text-decoration: none;

vendor/toolkit/fontawesome/font-awesome-ie7.less

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome 3.2.0
2+
* Font Awesome 3.2.1
33
* the iconic font designed for Bootstrap
44
* ------------------------------------------------------------------------------
55
* The full suite of pictographic icons, examples, and documentation can be
@@ -176,6 +176,10 @@ a [class*=" icon-"] {
176176
.ie7icon('&#xf013;');
177177
}
178178

179+
.icon-gear {
180+
.ie7icon('&#xf013;');
181+
}
182+
179183

180184
.icon-trash {
181185
.ie7icon('&#xf014;');
@@ -719,6 +723,10 @@ a [class*=" icon-"] {
719723
.ie7icon('&#xf085;');
720724
}
721725

726+
.icon-gears {
727+
.ie7icon('&#xf085;');
728+
}
729+
722730

723731
.icon-comments {
724732
.ie7icon('&#xf086;');
@@ -1873,7 +1881,7 @@ a [class*=" icon-"] {
18731881
}
18741882

18751883

1876-
.icon-dribble {
1884+
.icon-dribbble {
18771885
.ie7icon('&#xf17d;');
18781886
}
18791887

vendor/toolkit/fontawesome/font-awesome.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome 3.2.0
2+
* Font Awesome 3.2.1
33
* the iconic font designed for Bootstrap
44
* ------------------------------------------------------------------------------
55
* The full suite of pictographic icons, examples, and documentation can be

vendor/toolkit/fontawesome/icons.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.icon-power-off:before,
2121
.icon-off:before { content: @off; }
2222
.icon-signal:before { content: @signal; }
23+
.icon-gear:before,
2324
.icon-cog:before { content: @cog; }
2425
.icon-trash:before { content: @trash; }
2526
.icon-home:before { content: @home; }
@@ -129,6 +130,7 @@
129130
.icon-facebook-sign:before { content: @facebook-sign; }
130131
.icon-camera-retro:before { content: @camera-retro; }
131132
.icon-key:before { content: @key; }
133+
.icon-gears:before,
132134
.icon-cogs:before { content: @cogs; }
133135
.icon-comments:before { content: @comments; }
134136
.icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
@@ -363,7 +365,7 @@
363365
.icon-windows:before { content: @windows; }
364366
.icon-android:before { content: @android; }
365367
.icon-linux:before { content: @linux; }
366-
.icon-dribble:before { content: @dribble; }
368+
.icon-dribbble:before { content: @dribbble; }
367369
.icon-skype:before { content: @skype; }
368370
.icon-foursquare:before { content: @foursquare; }
369371
.icon-trello:before { content: @trello; }

vendor/toolkit/fontawesome/variables.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// --------------------------
33

44
@FontAwesomePath: "../font";
5-
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
6-
@FontAwesomeVersion: "3.2.0";
5+
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
6+
@FontAwesomeVersion: "3.2.1";
77
@borderColor: #eee;
88
@iconMuted: #eee;
99
@iconLight: #fff;
@@ -705,7 +705,7 @@
705705

706706
@linux: "\f17c";
707707

708-
@dribble: "\f17d";
708+
@dribbble: "\f17d";
709709

710710
@skype: "\f17e";
711711

0 commit comments

Comments
 (0)