font_awesome 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -41,7 +41,7 @@ The versioning of this gem tracks the versioning of Font Awesome starting at 2.0
41
41
  I've made the following minimal changes the Font Awesome code:
42
42
 
43
43
  1. Use the `asset_path` helper so that assets are loaded from the correct path and digests are generated.
44
- 2. Remove the `svgz` font declaration until the Font Awesome maintainer adds the file ([see issue](https://github.com/FortAwesome/Font-Awesome/issues/233)).
44
+ 2. ~~Remove the `svgz` font declaration until the Font Awesome maintainer adds the file ([see issue](https://github.com/FortAwesome/Font-Awesome/issues/233)).~~
45
45
 
46
46
  ## Contributing
47
47
 
@@ -1,3 +1,3 @@
1
1
  module FontAwesome
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -1,241 +1,645 @@
1
1
  [class^="icon-"],
2
2
  [class*=" icon-"] {
3
- font-family: FontAwesome;
4
- font-style: normal;
5
- font-weight: normal;
3
+ font-family: FontAwesome;
4
+ font-style: normal;
5
+ font-weight: normal;
6
6
  }
7
+ .btn.dropdown-toggle [class^="icon-"],
8
+ .btn.dropdown-toggle [class*=" icon-"] {
9
+ /* keeps button heights with and without icons the same */
7
10
 
8
- .btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
9
- /* keeps button heights with and without icons the same */
10
- line-height: 1.4em;
11
+ line-height: 1.4em;
11
12
  }
12
-
13
13
  .icon-large {
14
- font-size: 1.3333em;
14
+ font-size: 1.3333em;
15
+ }
16
+ .icon-glass {
17
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
18
+ }
19
+ .icon-music {
20
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
21
+ }
22
+ .icon-search {
23
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
24
+ }
25
+ .icon-envelope {
26
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
27
+ }
28
+ .icon-heart {
29
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
30
+ }
31
+ .icon-star {
32
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
33
+ }
34
+ .icon-star-empty {
35
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
36
+ }
37
+ .icon-user {
38
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
39
+ }
40
+ .icon-film {
41
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
42
+ }
43
+ .icon-th-large {
44
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
45
+ }
46
+ .icon-th {
47
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
48
+ }
49
+ .icon-th-list {
50
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
51
+ }
52
+ .icon-ok {
53
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
54
+ }
55
+ .icon-remove {
56
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
57
+ }
58
+ .icon-zoom-in {
59
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
60
+ }
61
+ .icon-zoom-out {
62
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
63
+ }
64
+ .icon-off {
65
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
66
+ }
67
+ .icon-signal {
68
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
69
+ }
70
+ .icon-cog {
71
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
72
+ }
73
+ .icon-trash {
74
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
75
+ }
76
+ .icon-home {
77
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
78
+ }
79
+ .icon-file {
80
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
81
+ }
82
+ .icon-time {
83
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
84
+ }
85
+ .icon-road {
86
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
87
+ }
88
+ .icon-download-alt {
89
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
90
+ }
91
+ .icon-download {
92
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
93
+ }
94
+ .icon-upload {
95
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
96
+ }
97
+ .icon-inbox {
98
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
99
+ }
100
+ .icon-play-circle {
101
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
102
+ }
103
+ .icon-repeat {
104
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
105
+ }
106
+ .icon-refresh {
107
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
108
+ }
109
+ .icon-list-alt {
110
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
111
+ }
112
+ .icon-lock {
113
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
114
+ }
115
+ .icon-flag {
116
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
117
+ }
118
+ .icon-headphones {
119
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
120
+ }
121
+ .icon-volume-off {
122
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
123
+ }
124
+ .icon-volume-down {
125
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
126
+ }
127
+ .icon-volume-up {
128
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
129
+ }
130
+ .icon-qrcode {
131
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
132
+ }
133
+ .icon-barcode {
134
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
135
+ }
136
+ .icon-tag {
137
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
138
+ }
139
+ .icon-tags {
140
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
141
+ }
142
+ .icon-book {
143
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
144
+ }
145
+ .icon-bookmark {
146
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
147
+ }
148
+ .icon-print {
149
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
150
+ }
151
+ .icon-camera {
152
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
153
+ }
154
+ .icon-font {
155
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
156
+ }
157
+ .icon-bold {
158
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
159
+ }
160
+ .icon-italic {
161
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
162
+ }
163
+ .icon-text-height {
164
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
165
+ }
166
+ .icon-text-width {
167
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
168
+ }
169
+ .icon-align-left {
170
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
171
+ }
172
+ .icon-align-center {
173
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
174
+ }
175
+ .icon-align-right {
176
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
177
+ }
178
+ .icon-align-justify {
179
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
180
+ }
181
+ .icon-list {
182
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
183
+ }
184
+ .icon-indent-left {
185
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
186
+ }
187
+ .icon-indent-right {
188
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
189
+ }
190
+ .icon-facetime-video {
191
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
192
+ }
193
+ .icon-picture {
194
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
195
+ }
196
+ .icon-pencil {
197
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
198
+ }
199
+ .icon-map-marker {
200
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
201
+ }
202
+ .icon-adjust {
203
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
204
+ }
205
+ .icon-tint {
206
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
207
+ }
208
+ .icon-edit {
209
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
210
+ }
211
+ .icon-share {
212
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
213
+ }
214
+ .icon-check {
215
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
216
+ }
217
+ .icon-move {
218
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
219
+ }
220
+ .icon-step-backward {
221
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
222
+ }
223
+ .icon-fast-backward {
224
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
225
+ }
226
+ .icon-backward {
227
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
228
+ }
229
+ .icon-play {
230
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
231
+ }
232
+ .icon-pause {
233
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
234
+ }
235
+ .icon-stop {
236
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
237
+ }
238
+ .icon-forward {
239
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
240
+ }
241
+ .icon-fast-forward {
242
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
243
+ }
244
+ .icon-step-forward {
245
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
246
+ }
247
+ .icon-eject {
248
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
249
+ }
250
+ .icon-chevron-left {
251
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
252
+ }
253
+ .icon-chevron-right {
254
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
255
+ }
256
+ .icon-plus-sign {
257
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
258
+ }
259
+ .icon-minus-sign {
260
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
261
+ }
262
+ .icon-remove-sign {
263
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
264
+ }
265
+ .icon-ok-sign {
266
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
267
+ }
268
+ .icon-question-sign {
269
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
270
+ }
271
+ .icon-info-sign {
272
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
273
+ }
274
+ .icon-screenshot {
275
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
276
+ }
277
+ .icon-remove-circle {
278
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
279
+ }
280
+ .icon-ok-circle {
281
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
282
+ }
283
+ .icon-ban-circle {
284
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
285
+ }
286
+ .icon-arrow-left {
287
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
288
+ }
289
+ .icon-arrow-right {
290
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
291
+ }
292
+ .icon-arrow-up {
293
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
294
+ }
295
+ .icon-arrow-down {
296
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
297
+ }
298
+ .icon-share-alt {
299
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
300
+ }
301
+ .icon-resize-full {
302
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
303
+ }
304
+ .icon-resize-small {
305
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
306
+ }
307
+ .icon-plus {
308
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
309
+ }
310
+ .icon-minus {
311
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
312
+ }
313
+ .icon-asterisk {
314
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
315
+ }
316
+ .icon-exclamation-sign {
317
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
318
+ }
319
+ .icon-gift {
320
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
321
+ }
322
+ .icon-leaf {
323
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
324
+ }
325
+ .icon-fire {
326
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
327
+ }
328
+ .icon-eye-open {
329
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
330
+ }
331
+ .icon-eye-close {
332
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
333
+ }
334
+ .icon-warning-sign {
335
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
336
+ }
337
+ .icon-plane {
338
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
339
+ }
340
+ .icon-calendar {
341
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
342
+ }
343
+ .icon-random {
344
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
345
+ }
346
+ .icon-comment {
347
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
348
+ }
349
+ .icon-magnet {
350
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
351
+ }
352
+ .icon-chevron-up {
353
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
354
+ }
355
+ .icon-chevron-down {
356
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
357
+ }
358
+ .icon-retweet {
359
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
360
+ }
361
+ .icon-shopping-cart {
362
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
363
+ }
364
+ .icon-folder-close {
365
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
366
+ }
367
+ .icon-folder-open {
368
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
369
+ }
370
+ .icon-resize-vertical {
371
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
372
+ }
373
+ .icon-resize-horizontal {
374
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
375
+ }
376
+ .icon-bar-chart {
377
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
378
+ }
379
+ .icon-twitter-sign {
380
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
381
+ }
382
+ .icon-facebook-sign {
383
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
384
+ }
385
+ .icon-camera-retro {
386
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
387
+ }
388
+ .icon-key {
389
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
390
+ }
391
+ .icon-cogs {
392
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
393
+ }
394
+ .icon-comments {
395
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
396
+ }
397
+ .icon-thumbs-up {
398
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
399
+ }
400
+ .icon-thumbs-down {
401
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
402
+ }
403
+ .icon-star-half {
404
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
405
+ }
406
+ .icon-heart-empty {
407
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
408
+ }
409
+ .icon-signout {
410
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
411
+ }
412
+ .icon-linkedin-sign {
413
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
414
+ }
415
+ .icon-pushpin {
416
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
417
+ }
418
+ .icon-external-link {
419
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
420
+ }
421
+ .icon-signin {
422
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
423
+ }
424
+ .icon-trophy {
425
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
426
+ }
427
+ .icon-github-sign {
428
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
429
+ }
430
+ .icon-upload-alt {
431
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
432
+ }
433
+ .icon-lemon {
434
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
435
+ }
436
+ .icon-phone {
437
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
438
+ }
439
+ .icon-check-empty {
440
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
441
+ }
442
+ .icon-bookmark-empty {
443
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
444
+ }
445
+ .icon-phone-sign {
446
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
447
+ }
448
+ .icon-twitter {
449
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
450
+ }
451
+ .icon-facebook {
452
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
453
+ }
454
+ .icon-github {
455
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
456
+ }
457
+ .icon-unlock {
458
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
459
+ }
460
+ .icon-credit-card {
461
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
462
+ }
463
+ .icon-rss {
464
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
465
+ }
466
+ .icon-hdd {
467
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
468
+ }
469
+ .icon-bullhorn {
470
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
471
+ }
472
+ .icon-bell {
473
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
474
+ }
475
+ .icon-certificate {
476
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
477
+ }
478
+ .icon-hand-right {
479
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
480
+ }
481
+ .icon-hand-left {
482
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
483
+ }
484
+ .icon-hand-up {
485
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
486
+ }
487
+ .icon-hand-down {
488
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
489
+ }
490
+ .icon-circle-arrow-left {
491
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
492
+ }
493
+ .icon-circle-arrow-right {
494
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
495
+ }
496
+ .icon-circle-arrow-up {
497
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
498
+ }
499
+ .icon-circle-arrow-down {
500
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
501
+ }
502
+ .icon-globe {
503
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
504
+ }
505
+ .icon-wrench {
506
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
507
+ }
508
+ .icon-tasks {
509
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
510
+ }
511
+ .icon-filter {
512
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
513
+ }
514
+ .icon-briefcase {
515
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
516
+ }
517
+ .icon-fullscreen {
518
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
519
+ }
520
+ .icon-group {
521
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
522
+ }
523
+ .icon-link {
524
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
525
+ }
526
+ .icon-cloud {
527
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
528
+ }
529
+ .icon-beaker {
530
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
531
+ }
532
+ .icon-cut {
533
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
534
+ }
535
+ .icon-copy {
536
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
537
+ }
538
+ .icon-paper-clip {
539
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
540
+ }
541
+ .icon-save {
542
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
543
+ }
544
+ .icon-sign-blank {
545
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
546
+ }
547
+ .icon-reorder {
548
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
549
+ }
550
+ .icon-list-ul {
551
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
552
+ }
553
+ .icon-list-ol {
554
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
555
+ }
556
+ .icon-strikethrough {
557
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
558
+ }
559
+ .icon-underline {
560
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
561
+ }
562
+ .icon-table {
563
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
564
+ }
565
+ .icon-magic {
566
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
567
+ }
568
+ .icon-truck {
569
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
570
+ }
571
+ .icon-pinterest {
572
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
573
+ }
574
+ .icon-pinterest-sign {
575
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
576
+ }
577
+ .icon-google-plus-sign {
578
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
579
+ }
580
+ .icon-google-plus {
581
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
582
+ }
583
+ .icon-money {
584
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
585
+ }
586
+ .icon-caret-down {
587
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
588
+ }
589
+ .icon-caret-up {
590
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
591
+ }
592
+ .icon-caret-left {
593
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
594
+ }
595
+ .icon-caret-right {
596
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
597
+ }
598
+ .icon-columns {
599
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
600
+ }
601
+ .icon-sort {
602
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
603
+ }
604
+ .icon-sort-down {
605
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
606
+ }
607
+ .icon-sort-up {
608
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
609
+ }
610
+ .icon-envelope-alt {
611
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
612
+ }
613
+ .icon-linkedin {
614
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
615
+ }
616
+ .icon-undo {
617
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
618
+ }
619
+ .icon-legal {
620
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
621
+ }
622
+ .icon-dashboard {
623
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
624
+ }
625
+ .icon-comment-alt {
626
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
627
+ }
628
+ .icon-comments-alt {
629
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
630
+ }
631
+ .icon-bolt {
632
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
633
+ }
634
+ .icon-sitemap {
635
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
636
+ }
637
+ .icon-umbrella {
638
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
639
+ }
640
+ .icon-paste {
641
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
642
+ }
643
+ .icon-user-md {
644
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
15
645
  }
16
-
17
- .icon-glass { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
18
- .icon-music { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
19
- .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
20
- .icon-envelope { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
21
- .icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
22
- .icon-star { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
23
- .icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
24
- .icon-user { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
25
- .icon-film { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
26
- .icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
27
- .icon-th { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
28
- .icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
29
- .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
30
- .icon-remove { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
31
- .icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
32
-
33
- .icon-zoom-out { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
34
- .icon-off { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
35
- .icon-signal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
36
- .icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
37
- .icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
38
- .icon-home { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
39
- .icon-file { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
40
- .icon-time { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
41
- .icon-road { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
42
- .icon-download-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
43
- .icon-download { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
44
- .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
45
- .icon-inbox { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
46
- .icon-play-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
47
- .icon-repeat { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
48
-
49
- .icon-refresh { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
50
- .icon-list-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
51
- .icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
52
- .icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
53
- .icon-headphones { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
54
- .icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
55
- .icon-volume-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
56
- .icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
57
- .icon-qrcode { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
58
- .icon-barcode { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
59
- .icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
60
- .icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
61
- .icon-book { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
62
- .icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
63
- .icon-print { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
64
-
65
- .icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
66
- .icon-font { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
67
- .icon-bold { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
68
- .icon-italic { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
69
- .icon-text-height { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
70
- .icon-text-width { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
71
- .icon-align-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
72
- .icon-align-center { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
73
- .icon-align-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
74
- .icon-align-justify { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
75
- .icon-list { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
76
- .icon-indent-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
77
- .icon-indent-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
78
- .icon-facetime-video { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
79
- .icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
80
-
81
- .icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
82
- .icon-map-marker { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
83
- .icon-adjust { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
84
- .icon-tint { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
85
- .icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
86
- .icon-share { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
87
- .icon-check { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
88
- .icon-move { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
89
- .icon-step-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
90
- .icon-fast-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
91
- .icon-backward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
92
- .icon-play { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
93
- .icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
94
- .icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
95
- .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
96
-
97
- .icon-fast-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
98
- .icon-step-forward { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
99
- .icon-eject { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
100
- .icon-chevron-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
101
- .icon-chevron-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
102
- .icon-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
103
- .icon-minus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
104
- .icon-remove-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
105
- .icon-ok-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
106
- .icon-question-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
107
- .icon-info-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
108
- .icon-screenshot { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
109
- .icon-remove-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
110
- .icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
111
- .icon-ban-circle { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
112
-
113
- .icon-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
114
- .icon-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
115
- .icon-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
116
- .icon-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
117
- .icon-share-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
118
- .icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
119
- .icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
120
- .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
121
- .icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
122
- .icon-asterisk { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
123
- .icon-exclamation-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
124
- .icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
125
- .icon-leaf { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
126
- .icon-fire { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
127
- .icon-eye-open { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
128
-
129
- .icon-eye-close { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
130
- .icon-warning-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
131
- .icon-plane { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
132
- .icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
133
- .icon-random { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
134
- .icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
135
- .icon-magnet { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
136
- .icon-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
137
- .icon-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
138
- .icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
139
- .icon-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
140
- .icon-folder-close { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
141
- .icon-folder-open { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
142
- .icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
143
- .icon-resize-horizontal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
144
-
145
- .icon-bar-chart { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
146
- .icon-twitter-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
147
- .icon-facebook-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
148
- .icon-camera-retro { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
149
- .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
150
- .icon-cogs { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
151
- .icon-comments { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
152
- .icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
153
- .icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
154
- .icon-star-half { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
155
- .icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
156
- .icon-signout { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
157
- .icon-linkedin-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
158
- .icon-pushpin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
159
- .icon-external-link { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
160
-
161
- .icon-signin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
162
- .icon-trophy { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
163
- .icon-github-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
164
- .icon-upload-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
165
- .icon-lemon { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
166
- .icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
167
- .icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
168
- .icon-bookmark-empty { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
169
- .icon-phone-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
170
- .icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
171
- .icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
172
- .icon-github { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
173
- .icon-unlock { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
174
- .icon-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
175
- .icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
176
-
177
- .icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
178
- .icon-bullhorn { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
179
- .icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
180
- .icon-certificate { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
181
- .icon-hand-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
182
- .icon-hand-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
183
- .icon-hand-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
184
- .icon-hand-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
185
- .icon-circle-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
186
- .icon-circle-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
187
- .icon-circle-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
188
- .icon-circle-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
189
- .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
190
- .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
191
- .icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
192
-
193
- .icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
194
- .icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
195
- .icon-fullscreen { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
196
-
197
- .icon-group { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
198
- .icon-link { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
199
- .icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
200
- .icon-beaker { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
201
- .icon-cut { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
202
- .icon-copy { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
203
- .icon-paper-clip { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
204
- .icon-save { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
205
- .icon-sign-blank { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
206
- .icon-reorder { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
207
- .icon-list-ul { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
208
- .icon-list-ol { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
209
- .icon-strikethrough { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
210
- .icon-underline { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
211
- .icon-table { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
212
-
213
- .icon-magic { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
214
- .icon-truck { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
215
- .icon-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
216
- .icon-pinterest-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
217
- .icon-google-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
218
- .icon-google-plus { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
219
- .icon-money { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
220
- .icon-caret-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
221
- .icon-caret-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
222
- .icon-caret-left { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
223
- .icon-caret-right { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
224
- .icon-columns { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
225
- .icon-sort { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
226
- .icon-sort-down { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
227
- .icon-sort-up { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
228
-
229
- .icon-envelope-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
230
- .icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
231
- .icon-undo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
232
- .icon-legal { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
233
- .icon-dashboard { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
234
- .icon-comment-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
235
- .icon-comments-alt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
236
- .icon-bolt { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
237
- .icon-sitemap { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
238
- .icon-umbrella { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
239
- .icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
240
-
241
- .icon-user-md { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
@@ -22,26 +22,13 @@
22
22
 
23
23
  */
24
24
  @font-face {
25
- font-family: 'FontAwesome';
25
+ font-family: "FontAwesome";
26
26
  src: url('<%= asset_path 'fontawesome-webfont.eot' %>');
27
- src: url('<%= asset_path 'fontawesome-webfont.eot' %>') 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');
27
+ src: url('<%= asset_path 'fontawesome-webfont.eot?#iefix' %>') format('eot'), url('<%= asset_path 'fontawesome-webfont.woff' %>') format('woff'), url('<%= asset_path 'fontawesome-webfont.ttf' %>') format('truetype'), url('<%= asset_path 'fontawesome-webfont.svg#FontAwesome' %>') format('svg');
28
28
  font-weight: normal;
29
29
  font-style: normal;
30
30
  }
31
- /* sprites.less reset */
32
- [class^="icon-"], [class*=" icon-"] {
33
- display: inline;
34
- width: auto;
35
- height: auto;
36
- line-height: inherit;
37
- vertical-align: baseline;
38
- background-image: none;
39
- background-position: 0% 0%;
40
- background-repeat: repeat;
41
- }
42
- li[class^="icon-"], li[class*=" icon-"] {
43
- display: block;
44
- }
31
+
45
32
  /* Font Awesome styles
46
33
  ------------------------------------------------------- */
47
34
  [class^="icon-"]:before, [class*=" icon-"]:before {
@@ -120,7 +107,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
120
107
  .icon-play-circle:before { content: "\f01d"; }
121
108
  .icon-repeat:before { content: "\f01e"; }
122
109
 
123
- /* \f020 is not a valid unicode character. all shifted one down */
110
+ /* \f020 doesn't work in Safari. all shifted one down */
124
111
  .icon-refresh:before { content: "\f021"; }
125
112
  .icon-list-alt:before { content: "\f022"; }
126
113
  .icon-lock:before { content: "\f023"; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font_awesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-05 00:00:00.000000000 Z
12
+ date: 2012-12-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Font Awesome for the Rails asset pipeline. Doesn't depend on SASS or
15
15
  LESS and properly generates digests.