twitter-bootstrap-rails 2.0.8 → 2.0.9

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 (40) hide show
  1. data/README.md +1 -0
  2. data/app/views/twitter-bootstrap/_breadcrumbs.html.erb +10 -10
  3. data/lib/generators/bootstrap/install/install_generator.rb +1 -1
  4. data/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less +10 -6
  5. data/lib/generators/bootstrap/layout/templates/layout.html.haml +0 -1
  6. data/lib/twitter/bootstrap/rails/twitter-bootstrap-breadcrumbs.rb +2 -2
  7. data/lib/twitter/bootstrap/rails/version.rb +7 -7
  8. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  9. data/vendor/assets/fonts/fontawesome-webfont.svg +247 -167
  10. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  11. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  12. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-alert.js +1 -1
  13. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-button.js +1 -1
  14. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-carousel.js +1 -1
  15. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-collapse.js +1 -1
  16. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-dropdown.js +1 -1
  17. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-modal.js +1 -1
  18. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-popover.js +1 -1
  19. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-scrollspy.js +2 -2
  20. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-tab.js +1 -1
  21. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-tooltip.js +3 -3
  22. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-transition.js +1 -1
  23. data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-typeahead.js +2 -2
  24. data/vendor/toolkit/fontawesome.less +265 -188
  25. data/vendor/toolkit/twitter/bootstrap/bootstrap.less +1 -1
  26. data/vendor/toolkit/twitter/bootstrap/component-animations.less +3 -3
  27. data/vendor/toolkit/twitter/bootstrap/dropdowns.less +3 -3
  28. data/vendor/toolkit/twitter/bootstrap/forms.less +91 -92
  29. data/vendor/toolkit/twitter/bootstrap/mixins.less +20 -5
  30. data/vendor/toolkit/twitter/bootstrap/navbar.less +2 -8
  31. data/vendor/toolkit/twitter/bootstrap/reset.less +5 -0
  32. data/vendor/toolkit/twitter/bootstrap/responsive-navbar.less +9 -2
  33. data/vendor/toolkit/twitter/bootstrap/responsive.less +1 -1
  34. data/vendor/toolkit/twitter/bootstrap/sprites.less +2 -2
  35. data/vendor/toolkit/twitter/bootstrap/type.less +1 -4
  36. data/vendor/toolkit/twitter/bootstrap/variables.less +2 -1
  37. metadata +12 -15
  38. data/vendor/assets/fonts/fontawesome-webfont.svgz +0 -0
  39. data/vendor/toolkit/twitter/bootstrap/badges.less +0 -40
  40. data/vendor/toolkit/twitter/bootstrap/labels.less +0 -38
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-alert.js v2.0.3
2
+ * bootstrap-alert.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#alerts
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-button.js v2.0.3
2
+ * bootstrap-button.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#buttons
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-carousel.js v2.0.3
2
+ * bootstrap-carousel.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#carousel
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-collapse.js v2.0.3
2
+ * bootstrap-collapse.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#collapse
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-dropdown.js v2.0.3
2
+ * bootstrap-dropdown.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#dropdowns
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =========================================================
2
- * bootstrap-modal.js v2.0.3
2
+ * bootstrap-modal.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#modals
4
4
  * =========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-popover.js v2.0.3
2
+ * bootstrap-popover.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#popovers
4
4
  * ===========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-scrollspy.js v2.0.3
2
+ * bootstrap-scrollspy.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#scrollspy
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -35,7 +35,7 @@
35
35
  this.selector = (this.options.target
36
36
  || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
37
37
  || '') + ' .nav li > a'
38
- this.$body = $('body').on('click.scroll.data-api', this.selector, process)
38
+ this.$body = $('body')
39
39
  this.refresh()
40
40
  this.process()
41
41
  }
@@ -1,5 +1,5 @@
1
1
  /* ========================================================
2
- * bootstrap-tab.js v2.0.3
2
+ * bootstrap-tab.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tabs
4
4
  * ========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-tooltip.js v2.0.3
2
+ * bootstrap-tooltip.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ===========================================================
@@ -84,9 +84,9 @@
84
84
  , leave: function (e) {
85
85
  var self = $(e.currentTarget)[this.type](this._options).data(this.type)
86
86
 
87
+ if (this.timeout) clearTimeout(this.timeout)
87
88
  if (!self.options.delay || !self.options.delay.hide) return self.hide()
88
89
 
89
- clearTimeout(this.timeout)
90
90
  self.hoverState = 'out'
91
91
  this.timeout = setTimeout(function() {
92
92
  if (self.hoverState == 'out') self.hide()
@@ -272,4 +272,4 @@
272
272
  , delay: 0
273
273
  }
274
274
 
275
- }(window.jQuery);
275
+ }(window.jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ===================================================
2
- * bootstrap-transition.js v2.0.3
2
+ * bootstrap-transition.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#transitions
4
4
  * ===================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-typeahead.js v2.0.3
2
+ * bootstrap-typeahead.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#typeahead
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  , show: function () {
59
- var pos = $.extend({}, this.$element.position(), {
59
+ var pos = $.extend({}, this.$element.offset(), {
60
60
  height: this.$element[0].offsetHeight
61
61
  })
62
62
 
@@ -18,23 +18,19 @@
18
18
  -------------------------------------------------------
19
19
  Email: dave@davegandy.com
20
20
  Twitter: http://twitter.com/fortaweso_me
21
- Work: http://lemonwi.se co-founder
21
+ Work: Lead Product Designer @ http://kyruus.com
22
22
 
23
- Email: matwb@ug.edu.pl
24
-
25
- TODO: use font-url helper from the less-rails gem
26
23
  */
27
24
 
28
25
  @font-face {
29
- font-family: 'FontAwesome';
30
- src: url(@fontAwesomeEotPath);
31
- src: url('@{@fontAwesomeEotPath}?#iefix') format('embedded-opentype'),
32
- url(@fontAwesomeWoffPath) format('woff'),
33
- url(@fontAwesomeTtfPath) format('truetype'),
34
- url('@{@fontAwesomeSvgzPath}#FontAwesomeRegular') format('svg'),
35
- url('@{@fontAwesomeSvgPath}#FontAwesomeRegular') format('svg');
36
- font-weight: normal;
37
- font-style: normal;
26
+ font-family: 'FontAwesome';
27
+ src: url(@fontAwesomeEotPath);
28
+ src: url('@{@fontAwesomeEotPath}?#iefix') format('embedded-opentype'),
29
+ url(@fontAwesomeWoffPath) format('woff'),
30
+ url(@fontAwesomeTtfPath) format('truetype'),
31
+ url('@{@fontAwesomeSvgPath}#FontAwesome') format('svg');
32
+ font-weight: normal;
33
+ font-style: normal;
38
34
  }
39
35
 
40
36
  /* sprites.less reset */
@@ -58,210 +54,291 @@ li[class*=" icon-"] {
58
54
  ------------------------------------------------------- */
59
55
  [class^="icon-"]:before,
60
56
  [class*=" icon-"]:before {
61
- font-family: FontAwesome;
62
- font-weight: normal;
63
- font-style: normal;
64
- display: inline-block;
65
- text-decoration: inherit;
57
+ font-family: FontAwesome;
58
+ font-weight: normal;
59
+ font-style: normal;
60
+ display: inline-block;
61
+ text-decoration: inherit;
66
62
  }
67
63
 
68
64
  a [class^="icon-"],
69
65
  a [class*=" icon-"] {
70
- display: inline-block;
71
- text-decoration: inherit;
66
+ display: inline-block;
67
+ text-decoration: inherit;
72
68
  }
73
69
 
74
70
  /* makes the font 33% larger relative to the icon container */
75
71
  .icon-large:before {
76
- vertical-align: top;
77
- font-size: 4/3em;
72
+ vertical-align: middle;
73
+ font-size: 4/3em;
78
74
  }
79
75
 
80
- .btn {
81
- [class^="icon-"],
82
- [class*=" icon-"] {
83
- /* keeps button heights with and without icons the same */
84
- line-height: .9em;
85
- }
76
+ .btn, .nav-tabs {
77
+ [class^="icon-"],
78
+ [class*=" icon-"] {
79
+ /* keeps button heights with and without icons the same */
80
+ line-height: .9em;
81
+ }
86
82
  }
87
83
 
88
84
  li {
89
- [class^="icon-"],
90
- [class*=" icon-"] {
91
- display: inline-block;
92
- width: 1.25em;
93
- text-align: center;
94
- }
95
- .icon-large[class^="icon-"],
96
- .icon-large[class*=" icon-"] {
97
- /* 1.5 increased font size for icon-large * 1.25 width */
98
- width: 1.5*1.25em;
99
- }
85
+ [class^="icon-"],
86
+ [class*=" icon-"] {
87
+ display: inline-block;
88
+ width: 1.25em;
89
+ text-align: center;
90
+ }
91
+ .icon-large:before,
92
+ .icon-large:before {
93
+ /* 1.5 increased font size for icon-large * 1.25 width */
94
+ width: 1.5*1.25em;
95
+ }
100
96
  }
101
97
 
102
- li[class^="icon-"],
103
- li[class*=" icon-"] {
104
- margin-left: 0;
105
- list-style-type: none;
98
+ ul.icons {
99
+ list-style-type: none;
100
+ margin-left: 2em;
101
+ text-indent: -.8em;
106
102
 
107
- &:before {
108
- text-indent: -2em;
109
- text-align: center;
103
+ li {
104
+ [class^="icon-"],
105
+ [class*=" icon-"] {
106
+ width: .8em;
110
107
  }
111
- &.icon-large:before {
112
- text-indent: -4/3em;
108
+ .icon-large:before,
109
+ .icon-large:before {
110
+ /* 1.5 increased font size for icon-large * 1.25 width */
111
+ vertical-align: initial;
112
+ // width: 1.5*1.25em;
113
113
  }
114
+ }
114
115
  }
115
116
 
116
117
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
117
118
  readers do not read off random characters that represent icons */
118
- .icon-glass:before { content: "\f000"; }
119
- .icon-music:before { content: "\f001"; }
120
- .icon-search:before { content: "\f002"; }
121
- .icon-envelope:before { content: "\f003"; }
122
- .icon-heart:before { content: "\f004"; }
123
- .icon-star:before { content: "\f005"; }
124
- .icon-star-empty:before { content: "\f006"; }
125
- .icon-user:before { content: "\f007"; }
126
- .icon-film:before { content: "\f008"; }
127
- .icon-th-large:before { content: "\f009"; }
128
- .icon-th:before { content: "\f00a"; }
129
- .icon-th-list:before { content: "\f00b"; }
130
- .icon-ok:before { content: "\f00c"; }
131
- .icon-remove:before { content: "\f00d"; }
132
- .icon-zoom-in:before { content: "\f00e"; }
119
+ .icon-glass:before { content: "\f000"; }
120
+ .icon-music:before { content: "\f001"; }
121
+ .icon-search:before { content: "\f002"; }
122
+ .icon-envelope:before { content: "\f003"; }
123
+ .icon-heart:before { content: "\f004"; }
124
+ .icon-star:before { content: "\f005"; }
125
+ .icon-star-empty:before { content: "\f006"; }
126
+ .icon-user:before { content: "\f007"; }
127
+ .icon-film:before { content: "\f008"; }
128
+ .icon-th-large:before { content: "\f009"; }
129
+ .icon-th:before { content: "\f00a"; }
130
+ .icon-th-list:before { content: "\f00b"; }
131
+ .icon-ok:before { content: "\f00c"; }
132
+ .icon-remove:before { content: "\f00d"; }
133
+ .icon-zoom-in:before { content: "\f00e"; }
133
134
 
134
- .icon-zoom-out:before { content: "\f010"; }
135
- .icon-off:before { content: "\f011"; }
136
- .icon-signal:before { content: "\f012"; }
137
- .icon-cog:before { content: "\f013"; }
138
- .icon-trash:before { content: "\f014"; }
139
- .icon-home:before { content: "\f015"; }
140
- .icon-file:before { content: "\f016"; }
141
- .icon-time:before { content: "\f017"; }
142
- .icon-road:before { content: "\f018"; }
143
- .icon-download-alt:before { content: "\f019"; }
144
- .icon-download:before { content: "\f01a"; }
145
- .icon-upload:before { content: "\f01b"; }
146
- .icon-inbox:before { content: "\f01c"; }
147
- .icon-play-circle:before { content: "\f01d"; }
148
- .icon-repeat:before { content: "\f01e"; }
135
+ .icon-zoom-out:before { content: "\f010"; }
136
+ .icon-off:before { content: "\f011"; }
137
+ .icon-signal:before { content: "\f012"; }
138
+ .icon-cog:before { content: "\f013"; }
139
+ .icon-trash:before { content: "\f014"; }
140
+ .icon-home:before { content: "\f015"; }
141
+ .icon-file:before { content: "\f016"; }
142
+ .icon-time:before { content: "\f017"; }
143
+ .icon-road:before { content: "\f018"; }
144
+ .icon-download-alt:before { content: "\f019"; }
145
+ .icon-download:before { content: "\f01a"; }
146
+ .icon-upload:before { content: "\f01b"; }
147
+ .icon-inbox:before { content: "\f01c"; }
148
+ .icon-play-circle:before { content: "\f01d"; }
149
+ .icon-repeat:before { content: "\f01e"; }
149
150
 
150
151
  /* \f020 is not a valid unicode character. all shifted one down */
151
- .icon-refresh:before { content: "\f021"; }
152
- .icon-list-alt:before { content: "\f022"; }
153
- .icon-lock:before { content: "\f023"; }
154
- .icon-flag:before { content: "\f024"; }
155
- .icon-headphones:before { content: "\f025"; }
156
- .icon-volume-off:before { content: "\f026"; }
157
- .icon-volume-down:before { content: "\f027"; }
158
- .icon-volume-up:before { content: "\f028"; }
159
- .icon-qrcode:before { content: "\f029"; }
160
- .icon-barcode:before { content: "\f02a"; }
161
- .icon-tag:before { content: "\f02b"; }
162
- .icon-tags:before { content: "\f02c"; }
163
- .icon-book:before { content: "\f02d"; }
164
- .icon-bookmark:before { content: "\f02e"; }
165
- .icon-print:before { content: "\f02f"; }
152
+ .icon-refresh:before { content: "\f021"; }
153
+ .icon-list-alt:before { content: "\f022"; }
154
+ .icon-lock:before { content: "\f023"; }
155
+ .icon-flag:before { content: "\f024"; }
156
+ .icon-headphones:before { content: "\f025"; }
157
+ .icon-volume-off:before { content: "\f026"; }
158
+ .icon-volume-down:before { content: "\f027"; }
159
+ .icon-volume-up:before { content: "\f028"; }
160
+ .icon-qrcode:before { content: "\f029"; }
161
+ .icon-barcode:before { content: "\f02a"; }
162
+ .icon-tag:before { content: "\f02b"; }
163
+ .icon-tags:before { content: "\f02c"; }
164
+ .icon-book:before { content: "\f02d"; }
165
+ .icon-bookmark:before { content: "\f02e"; }
166
+ .icon-print:before { content: "\f02f"; }
167
+
168
+ .icon-camera:before { content: "\f030"; }
169
+ .icon-font:before { content: "\f031"; }
170
+ .icon-bold:before { content: "\f032"; }
171
+ .icon-italic:before { content: "\f033"; }
172
+ .icon-text-height:before { content: "\f034"; }
173
+ .icon-text-width:before { content: "\f035"; }
174
+ .icon-align-left:before { content: "\f036"; }
175
+ .icon-align-center:before { content: "\f037"; }
176
+ .icon-align-right:before { content: "\f038"; }
177
+ .icon-align-justify:before { content: "\f039"; }
178
+ .icon-list:before { content: "\f03a"; }
179
+ .icon-indent-left:before { content: "\f03b"; }
180
+ .icon-indent-right:before { content: "\f03c"; }
181
+ .icon-facetime-video:before { content: "\f03d"; }
182
+ .icon-picture:before { content: "\f03e"; }
183
+
184
+ .icon-pencil:before { content: "\f040"; }
185
+ .icon-map-marker:before { content: "\f041"; }
186
+ .icon-adjust:before { content: "\f042"; }
187
+ .icon-tint:before { content: "\f043"; }
188
+ .icon-edit:before { content: "\f044"; }
189
+ .icon-share:before { content: "\f045"; }
190
+ .icon-check:before { content: "\f046"; }
191
+ .icon-move:before { content: "\f047"; }
192
+ .icon-step-backward:before { content: "\f048"; }
193
+ .icon-fast-backward:before { content: "\f049"; }
194
+ .icon-backward:before { content: "\f04a"; }
195
+ .icon-play:before { content: "\f04b"; }
196
+ .icon-pause:before { content: "\f04c"; }
197
+ .icon-stop:before { content: "\f04d"; }
198
+ .icon-forward:before { content: "\f04e"; }
199
+
200
+ .icon-fast-forward:before { content: "\f050"; }
201
+ .icon-step-forward:before { content: "\f051"; }
202
+ .icon-eject:before { content: "\f052"; }
203
+ .icon-chevron-left:before { content: "\f053"; }
204
+ .icon-chevron-right:before { content: "\f054"; }
205
+ .icon-plus-sign:before { content: "\f055"; }
206
+ .icon-minus-sign:before { content: "\f056"; }
207
+ .icon-remove-sign:before { content: "\f057"; }
208
+ .icon-ok-sign:before { content: "\f058"; }
209
+ .icon-question-sign:before { content: "\f059"; }
210
+ .icon-info-sign:before { content: "\f05a"; }
211
+ .icon-screenshot:before { content: "\f05b"; }
212
+ .icon-remove-circle:before { content: "\f05c"; }
213
+ .icon-ok-circle:before { content: "\f05d"; }
214
+ .icon-ban-circle:before { content: "\f05e"; }
215
+
216
+ .icon-arrow-left:before { content: "\f060"; }
217
+ .icon-arrow-right:before { content: "\f061"; }
218
+ .icon-arrow-up:before { content: "\f062"; }
219
+ .icon-arrow-down:before { content: "\f063"; }
220
+ .icon-share-alt:before { content: "\f064"; }
221
+ .icon-resize-full:before { content: "\f065"; }
222
+ .icon-resize-small:before { content: "\f066"; }
223
+ .icon-plus:before { content: "\f067"; }
224
+ .icon-minus:before { content: "\f068"; }
225
+ .icon-asterisk:before { content: "\f069"; }
226
+ .icon-exclamation-sign:before { content: "\f06a"; }
227
+ .icon-gift:before { content: "\f06b"; }
228
+ .icon-leaf:before { content: "\f06c"; }
229
+ .icon-fire:before { content: "\f06d"; }
230
+ .icon-eye-open:before { content: "\f06e"; }
231
+
232
+ .icon-eye-close:before { content: "\f070"; }
233
+ .icon-warning-sign:before { content: "\f071"; }
234
+ .icon-plane:before { content: "\f072"; }
235
+ .icon-calendar:before { content: "\f073"; }
236
+ .icon-random:before { content: "\f074"; }
237
+ .icon-comment:before { content: "\f075"; }
238
+ .icon-magnet:before { content: "\f076"; }
239
+ .icon-chevron-up:before { content: "\f077"; }
240
+ .icon-chevron-down:before { content: "\f078"; }
241
+ .icon-retweet:before { content: "\f079"; }
242
+ .icon-shopping-cart:before { content: "\f07a"; }
243
+ .icon-folder-close:before { content: "\f07b"; }
244
+ .icon-folder-open:before { content: "\f07c"; }
245
+ .icon-resize-vertical:before { content: "\f07d"; }
246
+ .icon-resize-horizontal:before { content: "\f07e"; }
247
+
248
+ .icon-bar-chart:before { content: "\f080"; }
249
+ .icon-twitter-sign:before { content: "\f081"; }
250
+ .icon-facebook-sign:before { content: "\f082"; }
251
+ .icon-camera-retro:before { content: "\f083"; }
252
+ .icon-key:before { content: "\f084"; }
253
+ .icon-cogs:before { content: "\f085"; }
254
+ .icon-comments:before { content: "\f086"; }
255
+ .icon-thumbs-up:before { content: "\f087"; }
256
+ .icon-thumbs-down:before { content: "\f088"; }
257
+ .icon-star-half:before { content: "\f089"; }
258
+ .icon-heart-empty:before { content: "\f08a"; }
259
+ .icon-signout:before { content: "\f08b"; }
260
+ .icon-linkedin-sign:before { content: "\f08c"; }
261
+ .icon-pushpin:before { content: "\f08d"; }
262
+ .icon-external-link:before { content: "\f08e"; }
166
263
 
167
- .icon-camera:before { content: "\f030"; }
168
- .icon-font:before { content: "\f031"; }
169
- .icon-bold:before { content: "\f032"; }
170
- .icon-italic:before { content: "\f033"; }
171
- .icon-text-height:before { content: "\f034"; }
172
- .icon-text-width:before { content: "\f035"; }
173
- .icon-align-left:before { content: "\f036"; }
174
- .icon-align-center:before { content: "\f037"; }
175
- .icon-align-right:before { content: "\f038"; }
176
- .icon-align-justify:before { content: "\f039"; }
177
- .icon-list:before { content: "\f03a"; }
178
- .icon-indent-left:before { content: "\f03b"; }
179
- .icon-indent-right:before { content: "\f03c"; }
180
- .icon-facetime-video:before { content: "\f03d"; }
181
- .icon-picture:before { content: "\f03e"; }
264
+ .icon-signin:before { content: "\f090"; }
265
+ .icon-trophy:before { content: "\f091"; }
266
+ .icon-github-sign:before { content: "\f092"; }
267
+ .icon-upload-alt:before { content: "\f093"; }
268
+ .icon-lemon:before { content: "\f094"; }
269
+ .icon-phone:before { content: "\f095"; }
270
+ .icon-check-empty:before { content: "\f096"; }
271
+ .icon-bookmark-empty:before { content: "\f097"; }
272
+ .icon-phone-sign:before { content: "\f098"; }
273
+ .icon-twitter:before { content: "\f099"; }
274
+ .icon-facebook:before { content: "\f09a"; }
275
+ .icon-github:before { content: "\f09b"; }
276
+ .icon-unlock:before { content: "\f09c"; }
277
+ .icon-credit-card:before { content: "\f09d"; }
278
+ .icon-rss:before { content: "\f09e"; }
182
279
 
183
- .icon-pencil:before { content: "\f040"; }
184
- .icon-map-marker:before { content: "\f041"; }
185
- .icon-adjust:before { content: "\f042"; }
186
- .icon-tint:before { content: "\f043"; }
187
- .icon-edit:before { content: "\f044"; }
188
- .icon-share:before { content: "\f045"; }
189
- .icon-check:before { content: "\f046"; }
190
- .icon-move:before { content: "\f047"; }
191
- .icon-step-backward:before { content: "\f048"; }
192
- .icon-fast-backward:before { content: "\f049"; }
193
- .icon-backward:before { content: "\f04a"; }
194
- .icon-play:before { content: "\f04b"; }
195
- .icon-pause:before { content: "\f04c"; }
196
- .icon-stop:before { content: "\f04d"; }
197
- .icon-forward:before { content: "\f04e"; }
280
+ .icon-hdd:before { content: "\f0a0"; }
281
+ .icon-bullhorn:before { content: "\f0a1"; }
282
+ .icon-bell:before { content: "\f0a2"; }
283
+ .icon-certificate:before { content: "\f0a3"; }
284
+ .icon-hand-right:before { content: "\f0a4"; }
285
+ .icon-hand-left:before { content: "\f0a5"; }
286
+ .icon-hand-up:before { content: "\f0a6"; }
287
+ .icon-hand-down:before { content: "\f0a7"; }
288
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
289
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
290
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
291
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
292
+ .icon-globe:before { content: "\f0ac"; }
293
+ .icon-wrench:before { content: "\f0ad"; }
294
+ .icon-tasks:before { content: "\f0ae"; }
198
295
 
199
- .icon-fast-forward:before { content: "\f050"; }
200
- .icon-step-forward:before { content: "\f051"; }
201
- .icon-eject:before { content: "\f052"; }
202
- .icon-chevron-left:before { content: "\f053"; }
203
- .icon-chevron-right:before { content: "\f054"; }
204
- .icon-plus-sign:before { content: "\f055"; }
205
- .icon-minus-sign:before { content: "\f056"; }
206
- .icon-remove-sign:before { content: "\f057"; }
207
- .icon-ok-sign:before { content: "\f058"; }
208
- .icon-question-sign:before { content: "\f059"; }
209
- .icon-info-sign:before { content: "\f05a"; }
210
- .icon-screenshot:before { content: "\f05b"; }
211
- .icon-remove-circle:before { content: "\f05c"; }
212
- .icon-ok-circle:before { content: "\f05d"; }
213
- .icon-ban-circle:before { content: "\f05e"; }
296
+ .icon-filter:before { content: "\f0b0"; }
297
+ .icon-briefcase:before { content: "\f0b1"; }
298
+ .icon-fullscreen:before { content: "\f0b2"; }
214
299
 
215
- .icon-arrow-left:before { content: "\f060"; }
216
- .icon-arrow-right:before { content: "\f061"; }
217
- .icon-arrow-up:before { content: "\f062"; }
218
- .icon-arrow-down:before { content: "\f063"; }
219
- .icon-share-alt:before { content: "\f064"; }
220
- .icon-resize-full:before { content: "\f065"; }
221
- .icon-resize-small:before { content: "\f066"; }
222
- .icon-plus:before { content: "\f067"; }
223
- .icon-minus:before { content: "\f068"; }
224
- .icon-asterisk:before { content: "\f069"; }
225
- .icon-exclamation-sign:before { content: "\f06a"; }
226
- .icon-gift:before { content: "\f06b"; }
227
- .icon-leaf:before { content: "\f06c"; }
228
- .icon-fire:before { content: "\f06d"; }
229
- .icon-eye-open:before { content: "\f06e"; }
300
+ .icon-group:before { content: "\f0c0"; }
301
+ .icon-link:before { content: "\f0c1"; }
302
+ .icon-cloud:before { content: "\f0c2"; }
303
+ .icon-beaker:before { content: "\f0c3"; }
304
+ .icon-cut:before { content: "\f0c4"; }
305
+ .icon-copy:before { content: "\f0c5"; }
306
+ .icon-paper-clip:before { content: "\f0c6"; }
307
+ .icon-save:before { content: "\f0c7"; }
308
+ .icon-sign-blank:before { content: "\f0c8"; }
309
+ .icon-reorder:before { content: "\f0c9"; }
310
+ .icon-list-ul:before { content: "\f0ca"; }
311
+ .icon-list-ol:before { content: "\f0cb"; }
312
+ .icon-strikethrough:before { content: "\f0cc"; }
313
+ .icon-underline:before { content: "\f0cd"; }
314
+ .icon-table:before { content: "\f0ce"; }
230
315
 
231
- .icon-eye-close:before { content: "\f070"; }
232
- .icon-warning-sign:before { content: "\f071"; }
233
- .icon-plane:before { content: "\f072"; }
234
- .icon-calendar:before { content: "\f073"; }
235
- .icon-random:before { content: "\f074"; }
236
- .icon-comment:before { content: "\f075"; }
237
- .icon-magnet:before { content: "\f076"; }
238
- .icon-chevron-up:before { content: "\f077"; }
239
- .icon-chevron-down:before { content: "\f078"; }
240
- .icon-retweet:before { content: "\f079"; }
241
- .icon-shopping-cart:before { content: "\f07a"; }
242
- .icon-folder-close:before { content: "\f07b"; }
243
- .icon-folder-open:before { content: "\f07c"; }
244
- .icon-resize-vertical:before { content: "\f07d"; }
245
- .icon-resize-horizontal:before { content: "\f07e"; }
316
+ .icon-magic:before { content: "\f0d0"; }
317
+ .icon-truck:before { content: "\f0d1"; }
318
+ .icon-pinterest:before { content: "\f0d2"; }
319
+ .icon-pinterest-sign:before { content: "\f0d3"; }
320
+ .icon-google-plus-sign:before { content: "\f0d4"; }
321
+ .icon-google-plus:before { content: "\f0d5"; }
322
+ .icon-money:before { content: "\f0d6"; }
323
+ .icon-caret-down:before { content: "\f0d7"; }
324
+ .icon-caret-up:before { content: "\f0d8"; }
325
+ .icon-caret-left:before { content: "\f0d9"; }
326
+ .icon-caret-right:before { content: "\f0da"; }
327
+ .icon-columns:before { content: "\f0db"; }
328
+ .icon-sort:before { content: "\f0dc"; }
329
+ .icon-sort-down:before { content: "\f0dd"; }
330
+ .icon-sort-up:before { content: "\f0de"; }
246
331
 
247
- .icon-bar-chart:before { content: "\f080"; }
248
- .icon-twitter-sign:before { content: "\f081"; }
249
- .icon-facebook-sign:before { content: "\f082"; }
250
- .icon-camera-retro:before { content: "\f083"; }
251
- .icon-key:before { content: "\f084"; }
252
- .icon-cogs:before { content: "\f085"; }
253
- .icon-comments:before { content: "\f086"; }
254
- .icon-thumbs-up:before { content: "\f087"; }
255
- .icon-thumbs-down:before { content: "\f088"; }
256
- .icon-star-half:before { content: "\f089"; }
257
- .icon-heart-empty:before { content: "\f08a"; }
258
- .icon-signout:before { content: "\f08b"; }
259
- .icon-linkedin-sign:before { content: "\f08c"; }
260
- .icon-pushpin:before { content: "\f08d"; }
261
- .icon-external-link:before { content: "\f08e"; }
332
+ .icon-envelope-alt:before { content: "\f0e0"; }
333
+ .icon-linkedin:before { content: "\f0e1"; }
334
+ .icon-undo:before { content: "\f0e2"; }
335
+ .icon-legal:before { content: "\f0e3"; }
336
+ .icon-dashboard:before { content: "\f0e4"; }
337
+ .icon-comment-alt:before { content: "\f0e5"; }
338
+ .icon-comments-alt:before { content: "\f0e6"; }
339
+ .icon-bolt:before { content: "\f0e7"; }
340
+ .icon-sitemap:before { content: "\f0e8"; }
341
+ .icon-umbrella:before { content: "\f0e9"; }
342
+ .icon-paste:before { content: "\f0ea"; }
262
343
 
263
- .icon-signin:before { content: "\f090"; }
264
- .icon-trophy:before { content: "\f091"; }
265
- .icon-github-sign:before { content: "\f092"; }
266
- .icon-upload-alt:before { content: "\f093"; }
267
- .icon-lemon:before { content: "\f094"; }
344
+ .icon-user-md:before { content: "\f200"; }