twitter-bootstrap-rails 2.2.7 → 2.2.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of twitter-bootstrap-rails might be problematic. Click here for more details.

Files changed (51) hide show
  1. data/README.md +160 -126
  2. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  3. data/app/assets/fonts/fontawesome-webfont.svg +71 -11
  4. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  5. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  6. data/app/assets/javascripts/twitter/bootstrap/bootstrap-affix.js +1 -1
  7. data/app/assets/javascripts/twitter/bootstrap/bootstrap-alert.js +1 -1
  8. data/app/assets/javascripts/twitter/bootstrap/bootstrap-button.js +1 -1
  9. data/app/assets/javascripts/twitter/bootstrap/bootstrap-carousel.js +1 -1
  10. data/app/assets/javascripts/twitter/bootstrap/bootstrap-collapse.js +1 -1
  11. data/app/assets/javascripts/twitter/bootstrap/bootstrap-dropdown.js +6 -2
  12. data/app/assets/javascripts/twitter/bootstrap/bootstrap-modal.js +1 -1
  13. data/app/assets/javascripts/twitter/bootstrap/bootstrap-popover.js +1 -1
  14. data/app/assets/javascripts/twitter/bootstrap/bootstrap-scrollspy.js +1 -1
  15. data/app/assets/javascripts/twitter/bootstrap/bootstrap-tab.js +1 -1
  16. data/app/assets/javascripts/twitter/bootstrap/bootstrap-tooltip.js +1 -1
  17. data/app/assets/javascripts/twitter/bootstrap/bootstrap-transition.js +1 -1
  18. data/app/assets/javascripts/twitter/bootstrap/bootstrap-typeahead.js +1 -1
  19. data/app/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb +26 -25
  20. data/app/assets/stylesheets/twitter-bootstrap-static/fontawesome.css.erb +164 -26
  21. data/app/assets/stylesheets/twitter-bootstrap-static/sprites.css.erb +2 -2
  22. data/app/helpers/glyph_helper.rb +7 -2
  23. data/app/helpers/navbar_helper.rb +16 -11
  24. data/app/views/twitter-bootstrap/_breadcrumbs.html.erb +2 -2
  25. data/lib/generators/bootstrap/install/templates/bootstrap.coffee +2 -3
  26. data/lib/generators/bootstrap/install/templates/bootstrap.js +2 -3
  27. data/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less +3 -3
  28. data/lib/generators/bootstrap/install/templates/en.bootstrap.yml +4 -4
  29. data/lib/generators/bootstrap/layout/templates/layout.html.erb +3 -6
  30. data/lib/generators/bootstrap/layout/templates/layout.html.haml +2 -6
  31. data/lib/generators/bootstrap/layout/templates/layout.html.slim +2 -6
  32. data/lib/generators/bootstrap/themed/themed_generator.rb +1 -1
  33. data/lib/twitter/bootstrap/rails/version.rb +2 -2
  34. data/spec/lib/twitter_bootstrap_rails/navbar_helper_spec.rb +12 -0
  35. data/spec/lib/twitter_bootstrap_rails/uri_state_spec.rb +8 -1
  36. data/vendor/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb +889 -0
  37. data/vendor/static-source/sprites.less +2 -2
  38. data/vendor/toolkit/fontawesome/bootstrap.less +6 -0
  39. data/vendor/toolkit/fontawesome/core.less +17 -20
  40. data/vendor/toolkit/fontawesome/extras.less +18 -4
  41. data/vendor/toolkit/fontawesome/font-awesome-ie7.less +1888 -348
  42. data/vendor/toolkit/fontawesome/font-awesome.less +14 -13
  43. data/vendor/toolkit/fontawesome/icons.less +377 -326
  44. data/vendor/toolkit/fontawesome/mixins.less +14 -0
  45. data/vendor/toolkit/fontawesome/variables.less +728 -2
  46. data/vendor/toolkit/twitter/bootstrap/bootstrap.less +1 -1
  47. data/vendor/toolkit/twitter/bootstrap/dropdowns.less +11 -0
  48. data/vendor/toolkit/twitter/bootstrap/mixins.less +6 -6
  49. data/vendor/toolkit/twitter/bootstrap/responsive.less +1 -1
  50. data/vendor/toolkit/twitter/bootstrap/sprites.less +2 -2
  51. metadata +4 -3
@@ -1,26 +1,27 @@
1
1
  /*!
2
- * Font Awesome 3.1.0
2
+ * Font Awesome 3.2.1
3
3
  * the iconic font designed for Bootstrap
4
- * -------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation
6
- * can be found at: http://fontawesome.io
4
+ * ------------------------------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation can be
6
+ * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ * http://twitter.com/fontawesome.
7
8
  *
8
9
  * License
9
- * -------------------------------------------------------
10
- * - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
10
+ * ------------------------------------------------------------------------------
11
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
11
12
  * http://scripts.sil.org/OFL
12
- * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
13
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
13
14
  * http://opensource.org/licenses/mit-license.html
14
- * - Font Awesome documentation licensed under CC BY 3.0 License -
15
+ * - Font Awesome documentation licensed under CC BY 3.0 -
15
16
  * http://creativecommons.org/licenses/by/3.0/
16
17
  * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
17
18
  * "Font Awesome by Dave Gandy - http://fontawesome.io"
18
-
19
- * Contact
20
- * -------------------------------------------------------
19
+ *
20
+ * Author - Dave Gandy
21
+ * ------------------------------------------------------------------------------
21
22
  * Email: dave@fontawesome.io
22
- * Twitter: http://twitter.com/fortaweso_me
23
- * Work: Lead Product Designer @ http://kyruus.com
23
+ * Twitter: http://twitter.com/byscuits
24
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
24
25
  */
25
26
 
26
27
  @import "variables.less";
@@ -1,330 +1,381 @@
1
1
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
2
2
  readers do not read off random characters that represent icons */
3
- .icon-glass:before { content: "\f000"; }
4
- .icon-music:before { content: "\f001"; }
5
- .icon-search:before { content: "\f002"; }
6
- .icon-envelope:before { content: "\f003"; }
7
- .icon-heart:before { content: "\f004"; }
8
- .icon-star:before { content: "\f005"; }
9
- .icon-star-empty:before { content: "\f006"; }
10
- .icon-user:before { content: "\f007"; }
11
- .icon-film:before { content: "\f008"; }
12
- .icon-th-large:before { content: "\f009"; }
13
- .icon-th:before { content: "\f00a"; }
14
- .icon-th-list:before { content: "\f00b"; }
15
- .icon-ok:before { content: "\f00c"; }
16
- .icon-remove:before { content: "\f00d"; }
17
- .icon-zoom-in:before { content: "\f00e"; }
18
3
 
19
- .icon-zoom-out:before { content: "\f010"; }
20
- .icon-off:before { content: "\f011"; }
21
- .icon-signal:before { content: "\f012"; }
22
- .icon-cog:before { content: "\f013"; }
23
- .icon-trash:before { content: "\f014"; }
24
- .icon-home:before { content: "\f015"; }
25
- .icon-file:before { content: "\f016"; }
26
- .icon-time:before { content: "\f017"; }
27
- .icon-road:before { content: "\f018"; }
28
- .icon-download-alt:before { content: "\f019"; }
29
- .icon-download:before { content: "\f01a"; }
30
- .icon-upload:before { content: "\f01b"; }
31
- .icon-inbox:before { content: "\f01c"; }
32
- .icon-play-circle:before { content: "\f01d"; }
33
- .icon-repeat:before,
34
- .icon-rotate-right:before { content: "\f01e"; }
35
-
36
- /* F020 doesn't work in Safari. all shifted one down */
37
- .icon-refresh:before { content: "\f021"; }
38
- .icon-list-alt:before { content: "\f022"; }
39
- .icon-lock:before { content: "\f023"; }
40
- .icon-flag:before { content: "\f024"; }
41
- .icon-headphones:before { content: "\f025"; }
42
- .icon-volume-off:before { content: "\f026"; }
43
- .icon-volume-down:before { content: "\f027"; }
44
- .icon-volume-up:before { content: "\f028"; }
45
- .icon-qrcode:before { content: "\f029"; }
46
- .icon-barcode:before { content: "\f02a"; }
47
- .icon-tag:before { content: "\f02b"; }
48
- .icon-tags:before { content: "\f02c"; }
49
- .icon-book:before { content: "\f02d"; }
50
- .icon-bookmark:before { content: "\f02e"; }
51
- .icon-print:before { content: "\f02f"; }
52
-
53
- .icon-camera:before { content: "\f030"; }
54
- .icon-font:before { content: "\f031"; }
55
- .icon-bold:before { content: "\f032"; }
56
- .icon-italic:before { content: "\f033"; }
57
- .icon-text-height:before { content: "\f034"; }
58
- .icon-text-width:before { content: "\f035"; }
59
- .icon-align-left:before { content: "\f036"; }
60
- .icon-align-center:before { content: "\f037"; }
61
- .icon-align-right:before { content: "\f038"; }
62
- .icon-align-justify:before { content: "\f039"; }
63
- .icon-list:before { content: "\f03a"; }
64
- .icon-indent-left:before { content: "\f03b"; }
65
- .icon-indent-right:before { content: "\f03c"; }
66
- .icon-facetime-video:before { content: "\f03d"; }
67
- .icon-picture:before { content: "\f03e"; }
68
-
69
- .icon-pencil:before { content: "\f040"; }
70
- .icon-map-marker:before { content: "\f041"; }
71
- .icon-adjust:before { content: "\f042"; }
72
- .icon-tint:before { content: "\f043"; }
73
- .icon-edit:before { content: "\f044"; }
74
- .icon-share:before { content: "\f045"; }
75
- .icon-check:before { content: "\f046"; }
76
- .icon-move:before { content: "\f047"; }
77
- .icon-step-backward:before { content: "\f048"; }
78
- .icon-fast-backward:before { content: "\f049"; }
79
- .icon-backward:before { content: "\f04a"; }
80
- .icon-play:before { content: "\f04b"; }
81
- .icon-pause:before { content: "\f04c"; }
82
- .icon-stop:before { content: "\f04d"; }
83
- .icon-forward:before { content: "\f04e"; }
84
-
85
- .icon-fast-forward:before { content: "\f050"; }
86
- .icon-step-forward:before { content: "\f051"; }
87
- .icon-eject:before { content: "\f052"; }
88
- .icon-chevron-left:before { content: "\f053"; }
89
- .icon-chevron-right:before { content: "\f054"; }
90
- .icon-plus-sign:before { content: "\f055"; }
91
- .icon-minus-sign:before { content: "\f056"; }
92
- .icon-remove-sign:before { content: "\f057"; }
93
- .icon-ok-sign:before { content: "\f058"; }
94
- .icon-question-sign:before { content: "\f059"; }
95
- .icon-info-sign:before { content: "\f05a"; }
96
- .icon-screenshot:before { content: "\f05b"; }
97
- .icon-remove-circle:before { content: "\f05c"; }
98
- .icon-ok-circle:before { content: "\f05d"; }
99
- .icon-ban-circle:before { content: "\f05e"; }
100
-
101
- .icon-arrow-left:before { content: "\f060"; }
102
- .icon-arrow-right:before { content: "\f061"; }
103
- .icon-arrow-up:before { content: "\f062"; }
104
- .icon-arrow-down:before { content: "\f063"; }
105
- .icon-share-alt:before,
106
- .icon-mail-forward:before { content: "\f064"; }
107
- .icon-resize-full:before { content: "\f065"; }
108
- .icon-resize-small:before { content: "\f066"; }
109
- .icon-plus:before { content: "\f067"; }
110
- .icon-minus:before { content: "\f068"; }
111
- .icon-asterisk:before { content: "\f069"; }
112
- .icon-exclamation-sign:before { content: "\f06a"; }
113
- .icon-gift:before { content: "\f06b"; }
114
- .icon-leaf:before { content: "\f06c"; }
115
- .icon-fire:before { content: "\f06d"; }
116
- .icon-eye-open:before { content: "\f06e"; }
117
-
118
- .icon-eye-close:before { content: "\f070"; }
119
- .icon-warning-sign:before { content: "\f071"; }
120
- .icon-plane:before { content: "\f072"; }
121
- .icon-calendar:before { content: "\f073"; }
122
- .icon-random:before { content: "\f074"; }
123
- .icon-comment:before { content: "\f075"; }
124
- .icon-magnet:before { content: "\f076"; }
125
- .icon-chevron-up:before { content: "\f077"; }
126
- .icon-chevron-down:before { content: "\f078"; }
127
- .icon-retweet:before { content: "\f079"; }
128
- .icon-shopping-cart:before { content: "\f07a"; }
129
- .icon-folder-close:before { content: "\f07b"; }
130
- .icon-folder-open:before { content: "\f07c"; }
131
- .icon-resize-vertical:before { content: "\f07d"; }
132
- .icon-resize-horizontal:before { content: "\f07e"; }
133
-
134
- .icon-bar-chart:before { content: "\f080"; }
135
- .icon-twitter-sign:before { content: "\f081"; }
136
- .icon-facebook-sign:before { content: "\f082"; }
137
- .icon-camera-retro:before { content: "\f083"; }
138
- .icon-key:before { content: "\f084"; }
139
- .icon-cogs:before { content: "\f085"; }
140
- .icon-comments:before { content: "\f086"; }
141
- .icon-thumbs-up:before { content: "\f087"; }
142
- .icon-thumbs-down:before { content: "\f088"; }
143
- .icon-star-half:before { content: "\f089"; }
144
- .icon-heart-empty:before { content: "\f08a"; }
145
- .icon-signout:before { content: "\f08b"; }
146
- .icon-linkedin-sign:before { content: "\f08c"; }
147
- .icon-pushpin:before { content: "\f08d"; }
148
- .icon-external-link:before { content: "\f08e"; }
149
-
150
- .icon-signin:before { content: "\f090"; }
151
- .icon-trophy:before { content: "\f091"; }
152
- .icon-github-sign:before { content: "\f092"; }
153
- .icon-upload-alt:before { content: "\f093"; }
154
- .icon-lemon:before { content: "\f094"; }
155
- .icon-phone:before { content: "\f095"; }
156
- .icon-check-empty:before { content: "\f096"; }
157
- .icon-bookmark-empty:before { content: "\f097"; }
158
- .icon-phone-sign:before { content: "\f098"; }
159
- .icon-twitter:before { content: "\f099"; }
160
- .icon-facebook:before { content: "\f09a"; }
161
- .icon-github:before { content: "\f09b"; }
162
- .icon-unlock:before { content: "\f09c"; }
163
- .icon-credit-card:before { content: "\f09d"; }
164
- .icon-rss:before { content: "\f09e"; }
165
-
166
- .icon-hdd:before { content: "\f0a0"; }
167
- .icon-bullhorn:before { content: "\f0a1"; }
168
- .icon-bell:before { content: "\f0a2"; }
169
- .icon-certificate:before { content: "\f0a3"; }
170
- .icon-hand-right:before { content: "\f0a4"; }
171
- .icon-hand-left:before { content: "\f0a5"; }
172
- .icon-hand-up:before { content: "\f0a6"; }
173
- .icon-hand-down:before { content: "\f0a7"; }
174
- .icon-circle-arrow-left:before { content: "\f0a8"; }
175
- .icon-circle-arrow-right:before { content: "\f0a9"; }
176
- .icon-circle-arrow-up:before { content: "\f0aa"; }
177
- .icon-circle-arrow-down:before { content: "\f0ab"; }
178
- .icon-globe:before { content: "\f0ac"; }
179
- .icon-wrench:before { content: "\f0ad"; }
180
- .icon-tasks:before { content: "\f0ae"; }
181
-
182
- .icon-filter:before { content: "\f0b0"; }
183
- .icon-briefcase:before { content: "\f0b1"; }
184
- .icon-fullscreen:before { content: "\f0b2"; }
185
-
186
- .icon-group:before { content: "\f0c0"; }
187
- .icon-link:before { content: "\f0c1"; }
188
- .icon-cloud:before { content: "\f0c2"; }
189
- .icon-beaker:before { content: "\f0c3"; }
190
- .icon-cut:before { content: "\f0c4"; }
191
- .icon-copy:before { content: "\f0c5"; }
192
- .icon-paper-clip:before { content: "\f0c6"; }
193
- .icon-save:before { content: "\f0c7"; }
194
- .icon-sign-blank:before { content: "\f0c8"; }
195
- .icon-reorder:before { content: "\f0c9"; }
196
- .icon-list-ul:before { content: "\f0ca"; }
197
- .icon-list-ol:before { content: "\f0cb"; }
198
- .icon-strikethrough:before { content: "\f0cc"; }
199
- .icon-underline:before { content: "\f0cd"; }
200
- .icon-table:before { content: "\f0ce"; }
201
-
202
- .icon-magic:before { content: "\f0d0"; }
203
- .icon-truck:before { content: "\f0d1"; }
204
- .icon-pinterest:before { content: "\f0d2"; }
205
- .icon-pinterest-sign:before { content: "\f0d3"; }
206
- .icon-google-plus-sign:before { content: "\f0d4"; }
207
- .icon-google-plus:before { content: "\f0d5"; }
208
- .icon-money:before { content: "\f0d6"; }
209
- .icon-caret-down:before { content: "\f0d7"; }
210
- .icon-caret-up:before { content: "\f0d8"; }
211
- .icon-caret-left:before { content: "\f0d9"; }
212
- .icon-caret-right:before { content: "\f0da"; }
213
- .icon-columns:before { content: "\f0db"; }
214
- .icon-sort:before { content: "\f0dc"; }
215
- .icon-sort-down:before { content: "\f0dd"; }
216
- .icon-sort-up:before { content: "\f0de"; }
217
-
218
- .icon-envelope-alt:before { content: "\f0e0"; }
219
- .icon-linkedin:before { content: "\f0e1"; }
220
- .icon-undo:before,
221
- .icon-rotate-left:before { content: "\f0e2"; }
222
- .icon-legal:before { content: "\f0e3"; }
223
- .icon-dashboard:before { content: "\f0e4"; }
224
- .icon-comment-alt:before { content: "\f0e5"; }
225
- .icon-comments-alt:before { content: "\f0e6"; }
226
- .icon-bolt:before { content: "\f0e7"; }
227
- .icon-sitemap:before { content: "\f0e8"; }
228
- .icon-umbrella:before { content: "\f0e9"; }
229
- .icon-paste:before { content: "\f0ea"; }
230
- .icon-lightbulb:before { content: "\f0eb"; }
231
- .icon-exchange:before { content: "\f0ec"; }
232
- .icon-cloud-download:before { content: "\f0ed"; }
233
- .icon-cloud-upload:before { content: "\f0ee"; }
234
-
235
- .icon-user-md:before { content: "\f0f0"; }
236
- .icon-stethoscope:before { content: "\f0f1"; }
237
- .icon-suitcase:before { content: "\f0f2"; }
238
- .icon-bell-alt:before { content: "\f0f3"; }
239
- .icon-coffee:before { content: "\f0f4"; }
240
- .icon-food:before { content: "\f0f5"; }
241
- .icon-file-alt:before { content: "\f0f6"; }
242
- .icon-building:before { content: "\f0f7"; }
243
- .icon-hospital:before { content: "\f0f8"; }
244
- .icon-ambulance:before { content: "\f0f9"; }
245
- .icon-medkit:before { content: "\f0fa"; }
246
- .icon-fighter-jet:before { content: "\f0fb"; }
247
- .icon-beer:before { content: "\f0fc"; }
248
- .icon-h-sign:before { content: "\f0fd"; }
249
- .icon-plus-sign-alt:before { content: "\f0fe"; }
250
-
251
- .icon-double-angle-left:before { content: "\f100"; }
252
- .icon-double-angle-right:before { content: "\f101"; }
253
- .icon-double-angle-up:before { content: "\f102"; }
254
- .icon-double-angle-down:before { content: "\f103"; }
255
- .icon-angle-left:before { content: "\f104"; }
256
- .icon-angle-right:before { content: "\f105"; }
257
- .icon-angle-up:before { content: "\f106"; }
258
- .icon-angle-down:before { content: "\f107"; }
259
- .icon-desktop:before { content: "\f108"; }
260
- .icon-laptop:before { content: "\f109"; }
261
- .icon-tablet:before { content: "\f10a"; }
262
- .icon-mobile-phone:before { content: "\f10b"; }
263
- .icon-circle-blank:before { content: "\f10c"; }
264
- .icon-quote-left:before { content: "\f10d"; }
265
- .icon-quote-right:before { content: "\f10e"; }
266
-
267
- .icon-spinner:before { content: "\f110"; }
268
- .icon-circle:before { content: "\f111"; }
269
- .icon-reply:before,
270
- .icon-mail-reply:before { content: "\f112"; }
271
- .icon-folder-close-alt:before { content: "\f114"; }
272
- .icon-folder-open-alt:before { content: "\f115"; }
273
- .icon-expand-alt:before { content: "\f116"; }
274
- .icon-collapse-alt:before { content: "\f117"; }
275
- .icon-smile:before { content: "\f118"; }
276
- .icon-frown:before { content: "\f119"; }
277
- .icon-meh:before { content: "\f11a"; }
278
- .icon-gamepad:before { content: "\f11b"; }
279
- .icon-keyboard:before { content: "\f11c"; }
280
- .icon-flag-alt:before { content: "\f11d"; }
281
- .icon-flag-checkered:before { content: "\f11e"; }
282
-
283
- .icon-terminal:before { content: "\f120"; }
284
- .icon-code:before { content: "\f121"; }
285
- .icon-reply-all:before, { content: "\f122"; }
286
- .icon-mail-reply-all:before { content: "\f122"; }
4
+ .icon-glass:before { content: @glass; }
5
+ .icon-music:before { content: @music; }
6
+ .icon-search:before { content: @search; }
7
+ .icon-envelope-alt:before { content: @envelope-alt; }
8
+ .icon-heart:before { content: @heart; }
9
+ .icon-star:before { content: @star; }
10
+ .icon-star-empty:before { content: @star-empty; }
11
+ .icon-user:before { content: @user; }
12
+ .icon-film:before { content: @film; }
13
+ .icon-th-large:before { content: @th-large; }
14
+ .icon-th:before { content: @th; }
15
+ .icon-th-list:before { content: @th-list; }
16
+ .icon-ok:before { content: @ok; }
17
+ .icon-remove:before { content: @remove; }
18
+ .icon-zoom-in:before { content: @zoom-in; }
19
+ .icon-zoom-out:before { content: @zoom-out; }
20
+ .icon-power-off:before,
21
+ .icon-off:before { content: @off; }
22
+ .icon-signal:before { content: @signal; }
23
+ .icon-gear:before,
24
+ .icon-cog:before { content: @cog; }
25
+ .icon-trash:before { content: @trash; }
26
+ .icon-home:before { content: @home; }
27
+ .icon-file-alt:before { content: @file-alt; }
28
+ .icon-time:before { content: @time; }
29
+ .icon-road:before { content: @road; }
30
+ .icon-download-alt:before { content: @download-alt; }
31
+ .icon-download:before { content: @download; }
32
+ .icon-upload:before { content: @upload; }
33
+ .icon-inbox:before { content: @inbox; }
34
+ .icon-play-circle:before { content: @play-circle; }
35
+ .icon-rotate-right:before,
36
+ .icon-repeat:before { content: @repeat; }
37
+ .icon-refresh:before { content: @refresh; }
38
+ .icon-list-alt:before { content: @list-alt; }
39
+ .icon-lock:before { content: @lock; }
40
+ .icon-flag:before { content: @flag; }
41
+ .icon-headphones:before { content: @headphones; }
42
+ .icon-volume-off:before { content: @volume-off; }
43
+ .icon-volume-down:before { content: @volume-down; }
44
+ .icon-volume-up:before { content: @volume-up; }
45
+ .icon-qrcode:before { content: @qrcode; }
46
+ .icon-barcode:before { content: @barcode; }
47
+ .icon-tag:before { content: @tag; }
48
+ .icon-tags:before { content: @tags; }
49
+ .icon-book:before { content: @book; }
50
+ .icon-bookmark:before { content: @bookmark; }
51
+ .icon-print:before { content: @print; }
52
+ .icon-camera:before { content: @camera; }
53
+ .icon-font:before { content: @font; }
54
+ .icon-bold:before { content: @bold; }
55
+ .icon-italic:before { content: @italic; }
56
+ .icon-text-height:before { content: @text-height; }
57
+ .icon-text-width:before { content: @text-width; }
58
+ .icon-align-left:before { content: @align-left; }
59
+ .icon-align-center:before { content: @align-center; }
60
+ .icon-align-right:before { content: @align-right; }
61
+ .icon-align-justify:before { content: @align-justify; }
62
+ .icon-list:before { content: @list; }
63
+ .icon-indent-left:before { content: @indent-left; }
64
+ .icon-indent-right:before { content: @indent-right; }
65
+ .icon-facetime-video:before { content: @facetime-video; }
66
+ .icon-picture:before { content: @picture; }
67
+ .icon-pencil:before { content: @pencil; }
68
+ .icon-map-marker:before { content: @map-marker; }
69
+ .icon-adjust:before { content: @adjust; }
70
+ .icon-tint:before { content: @tint; }
71
+ .icon-edit:before { content: @edit; }
72
+ .icon-share:before { content: @share; }
73
+ .icon-check:before { content: @check; }
74
+ .icon-move:before { content: @move; }
75
+ .icon-step-backward:before { content: @step-backward; }
76
+ .icon-fast-backward:before { content: @fast-backward; }
77
+ .icon-backward:before { content: @backward; }
78
+ .icon-play:before { content: @play; }
79
+ .icon-pause:before { content: @pause; }
80
+ .icon-stop:before { content: @stop; }
81
+ .icon-forward:before { content: @forward; }
82
+ .icon-fast-forward:before { content: @fast-forward; }
83
+ .icon-step-forward:before { content: @step-forward; }
84
+ .icon-eject:before { content: @eject; }
85
+ .icon-chevron-left:before { content: @chevron-left; }
86
+ .icon-chevron-right:before { content: @chevron-right; }
87
+ .icon-plus-sign:before { content: @plus-sign; }
88
+ .icon-minus-sign:before { content: @minus-sign; }
89
+ .icon-remove-sign:before { content: @remove-sign; }
90
+ .icon-ok-sign:before { content: @ok-sign; }
91
+ .icon-question-sign:before { content: @question-sign; }
92
+ .icon-info-sign:before { content: @info-sign; }
93
+ .icon-screenshot:before { content: @screenshot; }
94
+ .icon-remove-circle:before { content: @remove-circle; }
95
+ .icon-ok-circle:before { content: @ok-circle; }
96
+ .icon-ban-circle:before { content: @ban-circle; }
97
+ .icon-arrow-left:before { content: @arrow-left; }
98
+ .icon-arrow-right:before { content: @arrow-right; }
99
+ .icon-arrow-up:before { content: @arrow-up; }
100
+ .icon-arrow-down:before { content: @arrow-down; }
101
+ .icon-mail-forward:before,
102
+ .icon-share-alt:before { content: @share-alt; }
103
+ .icon-resize-full:before { content: @resize-full; }
104
+ .icon-resize-small:before { content: @resize-small; }
105
+ .icon-plus:before { content: @plus; }
106
+ .icon-minus:before { content: @minus; }
107
+ .icon-asterisk:before { content: @asterisk; }
108
+ .icon-exclamation-sign:before { content: @exclamation-sign; }
109
+ .icon-gift:before { content: @gift; }
110
+ .icon-leaf:before { content: @leaf; }
111
+ .icon-fire:before { content: @fire; }
112
+ .icon-eye-open:before { content: @eye-open; }
113
+ .icon-eye-close:before { content: @eye-close; }
114
+ .icon-warning-sign:before { content: @warning-sign; }
115
+ .icon-plane:before { content: @plane; }
116
+ .icon-calendar:before { content: @calendar; }
117
+ .icon-random:before { content: @random; }
118
+ .icon-comment:before { content: @comment; }
119
+ .icon-magnet:before { content: @magnet; }
120
+ .icon-chevron-up:before { content: @chevron-up; }
121
+ .icon-chevron-down:before { content: @chevron-down; }
122
+ .icon-retweet:before { content: @retweet; }
123
+ .icon-shopping-cart:before { content: @shopping-cart; }
124
+ .icon-folder-close:before { content: @folder-close; }
125
+ .icon-folder-open:before { content: @folder-open; }
126
+ .icon-resize-vertical:before { content: @resize-vertical; }
127
+ .icon-resize-horizontal:before { content: @resize-horizontal; }
128
+ .icon-bar-chart:before { content: @bar-chart; }
129
+ .icon-twitter-sign:before { content: @twitter-sign; }
130
+ .icon-facebook-sign:before { content: @facebook-sign; }
131
+ .icon-camera-retro:before { content: @camera-retro; }
132
+ .icon-key:before { content: @key; }
133
+ .icon-gears:before,
134
+ .icon-cogs:before { content: @cogs; }
135
+ .icon-comments:before { content: @comments; }
136
+ .icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
137
+ .icon-thumbs-down-alt:before { content: @thumbs-down-alt; }
138
+ .icon-star-half:before { content: @star-half; }
139
+ .icon-heart-empty:before { content: @heart-empty; }
140
+ .icon-signout:before { content: @signout; }
141
+ .icon-linkedin-sign:before { content: @linkedin-sign; }
142
+ .icon-pushpin:before { content: @pushpin; }
143
+ .icon-external-link:before { content: @external-link; }
144
+ .icon-signin:before { content: @signin; }
145
+ .icon-trophy:before { content: @trophy; }
146
+ .icon-github-sign:before { content: @github-sign; }
147
+ .icon-upload-alt:before { content: @upload-alt; }
148
+ .icon-lemon:before { content: @lemon; }
149
+ .icon-phone:before { content: @phone; }
150
+ .icon-unchecked:before,
151
+ .icon-check-empty:before { content: @check-empty; }
152
+ .icon-bookmark-empty:before { content: @bookmark-empty; }
153
+ .icon-phone-sign:before { content: @phone-sign; }
154
+ .icon-twitter:before { content: @twitter; }
155
+ .icon-facebook:before { content: @facebook; }
156
+ .icon-github:before { content: @github; }
157
+ .icon-unlock:before { content: @unlock; }
158
+ .icon-credit-card:before { content: @credit-card; }
159
+ .icon-rss:before { content: @rss; }
160
+ .icon-hdd:before { content: @hdd; }
161
+ .icon-bullhorn:before { content: @bullhorn; }
162
+ .icon-bell:before { content: @bell; }
163
+ .icon-certificate:before { content: @certificate; }
164
+ .icon-hand-right:before { content: @hand-right; }
165
+ .icon-hand-left:before { content: @hand-left; }
166
+ .icon-hand-up:before { content: @hand-up; }
167
+ .icon-hand-down:before { content: @hand-down; }
168
+ .icon-circle-arrow-left:before { content: @circle-arrow-left; }
169
+ .icon-circle-arrow-right:before { content: @circle-arrow-right; }
170
+ .icon-circle-arrow-up:before { content: @circle-arrow-up; }
171
+ .icon-circle-arrow-down:before { content: @circle-arrow-down; }
172
+ .icon-globe:before { content: @globe; }
173
+ .icon-wrench:before { content: @wrench; }
174
+ .icon-tasks:before { content: @tasks; }
175
+ .icon-filter:before { content: @filter; }
176
+ .icon-briefcase:before { content: @briefcase; }
177
+ .icon-fullscreen:before { content: @fullscreen; }
178
+ .icon-group:before { content: @group; }
179
+ .icon-link:before { content: @link; }
180
+ .icon-cloud:before { content: @cloud; }
181
+ .icon-beaker:before { content: @beaker; }
182
+ .icon-cut:before { content: @cut; }
183
+ .icon-copy:before { content: @copy; }
184
+ .icon-paperclip:before,
185
+ .icon-paper-clip:before { content: @paper-clip; }
186
+ .icon-save:before { content: @save; }
187
+ .icon-sign-blank:before { content: @sign-blank; }
188
+ .icon-reorder:before { content: @reorder; }
189
+ .icon-list-ul:before { content: @list-ul; }
190
+ .icon-list-ol:before { content: @list-ol; }
191
+ .icon-strikethrough:before { content: @strikethrough; }
192
+ .icon-underline:before { content: @underline; }
193
+ .icon-table:before { content: @table; }
194
+ .icon-magic:before { content: @magic; }
195
+ .icon-truck:before { content: @truck; }
196
+ .icon-pinterest:before { content: @pinterest; }
197
+ .icon-pinterest-sign:before { content: @pinterest-sign; }
198
+ .icon-google-plus-sign:before { content: @google-plus-sign; }
199
+ .icon-google-plus:before { content: @google-plus; }
200
+ .icon-money:before { content: @money; }
201
+ .icon-caret-down:before { content: @caret-down; }
202
+ .icon-caret-up:before { content: @caret-up; }
203
+ .icon-caret-left:before { content: @caret-left; }
204
+ .icon-caret-right:before { content: @caret-right; }
205
+ .icon-columns:before { content: @columns; }
206
+ .icon-sort:before { content: @sort; }
207
+ .icon-sort-down:before { content: @sort-down; }
208
+ .icon-sort-up:before { content: @sort-up; }
209
+ .icon-envelope:before { content: @envelope; }
210
+ .icon-linkedin:before { content: @linkedin; }
211
+ .icon-rotate-left:before,
212
+ .icon-undo:before { content: @undo; }
213
+ .icon-legal:before { content: @legal; }
214
+ .icon-dashboard:before { content: @dashboard; }
215
+ .icon-comment-alt:before { content: @comment-alt; }
216
+ .icon-comments-alt:before { content: @comments-alt; }
217
+ .icon-bolt:before { content: @bolt; }
218
+ .icon-sitemap:before { content: @sitemap; }
219
+ .icon-umbrella:before { content: @umbrella; }
220
+ .icon-paste:before { content: @paste; }
221
+ .icon-lightbulb:before { content: @lightbulb; }
222
+ .icon-exchange:before { content: @exchange; }
223
+ .icon-cloud-download:before { content: @cloud-download; }
224
+ .icon-cloud-upload:before { content: @cloud-upload; }
225
+ .icon-user-md:before { content: @user-md; }
226
+ .icon-stethoscope:before { content: @stethoscope; }
227
+ .icon-suitcase:before { content: @suitcase; }
228
+ .icon-bell-alt:before { content: @bell-alt; }
229
+ .icon-coffee:before { content: @coffee; }
230
+ .icon-food:before { content: @food; }
231
+ .icon-file-text-alt:before { content: @file-text-alt; }
232
+ .icon-building:before { content: @building; }
233
+ .icon-hospital:before { content: @hospital; }
234
+ .icon-ambulance:before { content: @ambulance; }
235
+ .icon-medkit:before { content: @medkit; }
236
+ .icon-fighter-jet:before { content: @fighter-jet; }
237
+ .icon-beer:before { content: @beer; }
238
+ .icon-h-sign:before { content: @h-sign; }
239
+ .icon-plus-sign-alt:before { content: @plus-sign-alt; }
240
+ .icon-double-angle-left:before { content: @double-angle-left; }
241
+ .icon-double-angle-right:before { content: @double-angle-right; }
242
+ .icon-double-angle-up:before { content: @double-angle-up; }
243
+ .icon-double-angle-down:before { content: @double-angle-down; }
244
+ .icon-angle-left:before { content: @angle-left; }
245
+ .icon-angle-right:before { content: @angle-right; }
246
+ .icon-angle-up:before { content: @angle-up; }
247
+ .icon-angle-down:before { content: @angle-down; }
248
+ .icon-desktop:before { content: @desktop; }
249
+ .icon-laptop:before { content: @laptop; }
250
+ .icon-tablet:before { content: @tablet; }
251
+ .icon-mobile-phone:before { content: @mobile-phone; }
252
+ .icon-circle-blank:before { content: @circle-blank; }
253
+ .icon-quote-left:before { content: @quote-left; }
254
+ .icon-quote-right:before { content: @quote-right; }
255
+ .icon-spinner:before { content: @spinner; }
256
+ .icon-circle:before { content: @circle; }
257
+ .icon-mail-reply:before,
258
+ .icon-reply:before { content: @reply; }
259
+ .icon-github-alt:before { content: @github-alt; }
260
+ .icon-folder-close-alt:before { content: @folder-close-alt; }
261
+ .icon-folder-open-alt:before { content: @folder-open-alt; }
262
+ .icon-expand-alt:before { content: @expand-alt; }
263
+ .icon-collapse-alt:before { content: @collapse-alt; }
264
+ .icon-smile:before { content: @smile; }
265
+ .icon-frown:before { content: @frown; }
266
+ .icon-meh:before { content: @meh; }
267
+ .icon-gamepad:before { content: @gamepad; }
268
+ .icon-keyboard:before { content: @keyboard; }
269
+ .icon-flag-alt:before { content: @flag-alt; }
270
+ .icon-flag-checkered:before { content: @flag-checkered; }
271
+ .icon-terminal:before { content: @terminal; }
272
+ .icon-code:before { content: @code; }
273
+ .icon-reply-all:before { content: @reply-all; }
274
+ .icon-mail-reply-all:before { content: @mail-reply-all; }
287
275
  .icon-star-half-full:before,
288
- .icon-star-half-empty:before { content: "\f123"; }
289
- .icon-location-arrow:before { content: "\f124"; }
290
- .icon-crop:before { content: "\f125"; }
291
- .icon-code-fork:before { content: "\f126"; }
292
- .icon-unlink:before { content: "\f127"; }
293
- .icon-question:before { content: "\f128"; }
294
- .icon-info:before { content: "\f129"; }
295
- .icon-exclamation:before { content: "\f12a"; }
296
- .icon-superscript:before { content: "\f12b"; }
297
- .icon-subscript:before { content: "\f12c"; }
298
- .icon-eraser:before { content: "\f12d"; }
299
- .icon-puzzle-piece:before { content: "\f12e"; }
300
-
301
- .icon-microphone:before { content: "\f130"; }
302
- .icon-microphone-off:before { content: "\f131"; }
303
- .icon-shield:before { content: "\f132"; }
304
- .icon-calendar-empty:before { content: "\f133"; }
305
- .icon-fire-extinguisher:before { content: "\f134"; }
306
- .icon-rocket:before { content: "\f135"; }
307
- .icon-maxcdn:before { content: "\f136"; }
308
- .icon-chevron-sign-left:before { content: "\f137"; }
309
- .icon-chevron-sign-right:before { content: "\f138"; }
310
- .icon-chevron-sign-up:before { content: "\f139"; }
311
- .icon-chevron-sign-down:before { content: "\f13a"; }
312
- .icon-html5:before { content: "\f13b"; }
313
- .icon-css3:before { content: "\f13c"; }
314
- .icon-anchor:before { content: "\f13d"; }
315
- .icon-unlock-alt:before { content: "\f13e"; }
316
-
317
- .icon-bullseye:before { content: "\f140"; }
318
- .icon-ellipsis-horizontal:before { content: "\f141"; }
319
- .icon-ellipsis-vertical:before { content: "\f142"; }
320
- .icon-rss-sign:before { content: "\f143"; }
321
- .icon-play-sign:before { content: "\f144"; }
322
- .icon-ticket:before { content: "\f145"; }
323
- .icon-minus-sign-alt:before { content: "\f146"; }
324
- .icon-check-minus:before { content: "\f147"; }
325
- .icon-level-up:before { content: "\f148"; }
326
- .icon-level-down:before { content: "\f149"; }
327
- .icon-check-sign:before { content: "\f14a"; }
328
- .icon-edit-sign:before { content: "\f14b"; }
329
- .icon-external-link-sign:before { content: "\f14c"; }
330
- .icon-share-sign:before { content: "\f14d"; }
276
+ .icon-star-half-empty:before { content: @star-half-empty; }
277
+ .icon-location-arrow:before { content: @location-arrow; }
278
+ .icon-crop:before { content: @crop; }
279
+ .icon-code-fork:before { content: @code-fork; }
280
+ .icon-unlink:before { content: @unlink; }
281
+ .icon-question:before { content: @question; }
282
+ .icon-info:before { content: @info; }
283
+ .icon-exclamation:before { content: @exclamation; }
284
+ .icon-superscript:before { content: @superscript; }
285
+ .icon-subscript:before { content: @subscript; }
286
+ .icon-eraser:before { content: @eraser; }
287
+ .icon-puzzle-piece:before { content: @puzzle-piece; }
288
+ .icon-microphone:before { content: @microphone; }
289
+ .icon-microphone-off:before { content: @microphone-off; }
290
+ .icon-shield:before { content: @shield; }
291
+ .icon-calendar-empty:before { content: @calendar-empty; }
292
+ .icon-fire-extinguisher:before { content: @fire-extinguisher; }
293
+ .icon-rocket:before { content: @rocket; }
294
+ .icon-maxcdn:before { content: @maxcdn; }
295
+ .icon-chevron-sign-left:before { content: @chevron-sign-left; }
296
+ .icon-chevron-sign-right:before { content: @chevron-sign-right; }
297
+ .icon-chevron-sign-up:before { content: @chevron-sign-up; }
298
+ .icon-chevron-sign-down:before { content: @chevron-sign-down; }
299
+ .icon-html5:before { content: @html5; }
300
+ .icon-css3:before { content: @css3; }
301
+ .icon-anchor:before { content: @anchor; }
302
+ .icon-unlock-alt:before { content: @unlock-alt; }
303
+ .icon-bullseye:before { content: @bullseye; }
304
+ .icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; }
305
+ .icon-ellipsis-vertical:before { content: @ellipsis-vertical; }
306
+ .icon-rss-sign:before { content: @rss-sign; }
307
+ .icon-play-sign:before { content: @play-sign; }
308
+ .icon-ticket:before { content: @ticket; }
309
+ .icon-minus-sign-alt:before { content: @minus-sign-alt; }
310
+ .icon-check-minus:before { content: @check-minus; }
311
+ .icon-level-up:before { content: @level-up; }
312
+ .icon-level-down:before { content: @level-down; }
313
+ .icon-check-sign:before { content: @check-sign; }
314
+ .icon-edit-sign:before { content: @edit-sign; }
315
+ .icon-external-link-sign:before { content: @external-link-sign; }
316
+ .icon-share-sign:before { content: @share-sign; }
317
+ .icon-compass:before { content: @compass; }
318
+ .icon-collapse:before { content: @collapse; }
319
+ .icon-collapse-top:before { content: @collapse-top; }
320
+ .icon-expand:before { content: @expand; }
321
+ .icon-euro:before,
322
+ .icon-eur:before { content: @eur; }
323
+ .icon-gbp:before { content: @gbp; }
324
+ .icon-dollar:before,
325
+ .icon-usd:before { content: @usd; }
326
+ .icon-rupee:before,
327
+ .icon-inr:before { content: @inr; }
328
+ .icon-yen:before,
329
+ .icon-jpy:before { content: @jpy; }
330
+ .icon-renminbi:before,
331
+ .icon-cny:before { content: @cny; }
332
+ .icon-won:before,
333
+ .icon-krw:before { content: @krw; }
334
+ .icon-bitcoin:before,
335
+ .icon-btc:before { content: @btc; }
336
+ .icon-file:before { content: @file; }
337
+ .icon-file-text:before { content: @file-text; }
338
+ .icon-sort-by-alphabet:before { content: @sort-by-alphabet; }
339
+ .icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; }
340
+ .icon-sort-by-attributes:before { content: @sort-by-attributes; }
341
+ .icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; }
342
+ .icon-sort-by-order:before { content: @sort-by-order; }
343
+ .icon-sort-by-order-alt:before { content: @sort-by-order-alt; }
344
+ .icon-thumbs-up:before { content: @thumbs-up; }
345
+ .icon-thumbs-down:before { content: @thumbs-down; }
346
+ .icon-youtube-sign:before { content: @youtube-sign; }
347
+ .icon-youtube:before { content: @youtube; }
348
+ .icon-xing:before { content: @xing; }
349
+ .icon-xing-sign:before { content: @xing-sign; }
350
+ .icon-youtube-play:before { content: @youtube-play; }
351
+ .icon-dropbox:before { content: @dropbox; }
352
+ .icon-stackexchange:before { content: @stackexchange; }
353
+ .icon-instagram:before { content: @instagram; }
354
+ .icon-flickr:before { content: @flickr; }
355
+ .icon-adn:before { content: @adn; }
356
+ .icon-bitbucket:before { content: @bitbucket; }
357
+ .icon-bitbucket-sign:before { content: @bitbucket-sign; }
358
+ .icon-tumblr:before { content: @tumblr; }
359
+ .icon-tumblr-sign:before { content: @tumblr-sign; }
360
+ .icon-long-arrow-down:before { content: @long-arrow-down; }
361
+ .icon-long-arrow-up:before { content: @long-arrow-up; }
362
+ .icon-long-arrow-left:before { content: @long-arrow-left; }
363
+ .icon-long-arrow-right:before { content: @long-arrow-right; }
364
+ .icon-apple:before { content: @apple; }
365
+ .icon-windows:before { content: @windows; }
366
+ .icon-android:before { content: @android; }
367
+ .icon-linux:before { content: @linux; }
368
+ .icon-dribbble:before { content: @dribbble; }
369
+ .icon-skype:before { content: @skype; }
370
+ .icon-foursquare:before { content: @foursquare; }
371
+ .icon-trello:before { content: @trello; }
372
+ .icon-female:before { content: @female; }
373
+ .icon-male:before { content: @male; }
374
+ .icon-gittip:before { content: @gittip; }
375
+ .icon-sun:before { content: @sun; }
376
+ .icon-moon:before { content: @moon; }
377
+ .icon-archive:before { content: @archive; }
378
+ .icon-bug:before { content: @bug; }
379
+ .icon-vk:before { content: @vk; }
380
+ .icon-weibo:before { content: @weibo; }
381
+ .icon-renren:before { content: @renren; }