bootstrapped-rails 2.0.9.rc1 → 2.0.9.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Bootstrapped
2
2
  module Rails
3
- VERSION = "2.0.9.rc1"
3
+ VERSION = "2.0.9.rc2"
4
4
  end
5
5
  end
@@ -5,231 +5,289 @@
5
5
  font-weight: normal;
6
6
  font-style: normal;
7
7
  }
8
- /* sprites.less reset */
9
- [class^="icon-"],
10
- [class*=" icon-"] {
11
- display: inline;
12
- width: auto;
13
- height: auto;
14
- line-height: inherit;
15
- vertical-align: baseline;
16
- background-image: none;
17
- background-position: 0% 0%;
18
- background-repeat: repeat;
8
+
9
+ [class^="icon-"], [class*=" icon-"] {
10
+ display: inline;
11
+ width: auto;
12
+ height: auto;
13
+ line-height: inherit;
14
+ vertical-align: baseline;
15
+ background-image: none;
16
+ background-position: 0% 0%;
17
+ background-repeat: repeat;
19
18
  }
20
- li[class^="icon-"],
21
- li[class*=" icon-"] {
22
- display: block;
19
+ li[class^="icon-"], li[class*=" icon-"] {
20
+ display: block;
23
21
  }
24
-
25
22
  /* Font Awesome styles
26
23
  ------------------------------------------------------- */
27
- [class^="icon-"]:before,
28
- [class*=" icon-"]:before {
29
- font-family: FontAwesome;
30
- font-weight: normal;
31
- font-style: normal;
32
- display: inline-block;
33
- text-decoration: inherit;
24
+ [class^="icon-"]:before, [class*=" icon-"]:before {
25
+ font-family: FontAwesome;
26
+ font-weight: normal;
27
+ font-style: normal;
28
+ display: inline-block;
29
+ text-decoration: inherit;
34
30
  }
35
-
36
- a [class^="icon-"],
37
- a [class*=" icon-"] {
38
- display: inline-block;
39
- text-decoration: inherit;
31
+ a [class^="icon-"], a [class*=" icon-"] {
32
+ display: inline-block;
33
+ text-decoration: inherit;
40
34
  }
41
-
42
35
  /* makes the font 33% larger relative to the icon container */
43
36
  .icon-large:before {
44
- vertical-align: top;
45
- font-size: 4/3em;
37
+ vertical-align: top;
38
+ font-size: 1.3333333333333333em;
46
39
  }
40
+ .btn [class^="icon-"], .btn [class*=" icon-"] {
41
+ /* keeps button heights with and without icons the same */
47
42
 
48
- .btn {
49
- [class^="icon-"],
50
- [class*=" icon-"] {
51
- /* keeps button heights with and without icons the same */
52
- line-height: .9em;
53
- }
43
+ line-height: .9em;
54
44
  }
55
-
56
- li {
57
- [class^="icon-"],
58
- [class*=" icon-"] {
59
- display: inline-block;
60
- width: 1.25em;
61
- text-align: center;
62
- }
63
- .icon-large[class^="icon-"],
64
- .icon-large[class*=" icon-"] {
65
- /* 1.5 increased font size for icon-large * 1.25 width */
66
- width: 1.5*1.25em;
67
- }
45
+ li [class^="icon-"], li [class*=" icon-"] {
46
+ display: inline-block;
47
+ width: 1.25em;
48
+ text-align: center;
68
49
  }
50
+ li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
51
+ /* 1.5 increased font size for icon-large * 1.25 width */
69
52
 
70
- li[class^="icon-"],
71
- li[class*=" icon-"] {
72
- margin-left: 0;
73
- list-style-type: none;
74
-
75
- &:before {
76
- text-indent: -2em;
77
- text-align: center;
78
- }
79
- &.icon-large:before {
80
- text-indent: -4/3em;
81
- }
53
+ width: 1.875em;
54
+ }
55
+ li[class^="icon-"], li[class*=" icon-"] {
56
+ margin-left: 0;
57
+ list-style-type: none;
58
+ }
59
+ li[class^="icon-"]:before, li[class*=" icon-"]:before {
60
+ text-indent: -2em;
61
+ text-align: center;
62
+ }
63
+ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
64
+ text-indent: -1.3333333333333333em;
82
65
  }
83
-
84
66
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
85
67
  readers do not read off random characters that represent icons */
86
- .icon-glass:before { content: "\f000"; }
87
- .icon-music:before { content: "\f001"; }
88
- .icon-search:before { content: "\f002"; }
89
- .icon-envelope:before { content: "\f003"; }
90
- .icon-heart:before { content: "\f004"; }
91
- .icon-star:before { content: "\f005"; }
92
- .icon-star-empty:before { content: "\f006"; }
93
- .icon-user:before { content: "\f007"; }
94
- .icon-film:before { content: "\f008"; }
95
- .icon-th-large:before { content: "\f009"; }
96
- .icon-th:before { content: "\f00a"; }
97
- .icon-th-list:before { content: "\f00b"; }
98
- .icon-ok:before { content: "\f00c"; }
99
- .icon-remove:before { content: "\f00d"; }
100
- .icon-zoom-in:before { content: "\f00e"; }
101
-
102
- .icon-zoom-out:before { content: "\f010"; }
103
- .icon-off:before { content: "\f011"; }
104
- .icon-signal:before { content: "\f012"; }
105
- .icon-cog:before { content: "\f013"; }
106
- .icon-trash:before { content: "\f014"; }
107
- .icon-home:before { content: "\f015"; }
108
- .icon-file:before { content: "\f016"; }
109
- .icon-time:before { content: "\f017"; }
110
- .icon-road:before { content: "\f018"; }
111
- .icon-download-alt:before { content: "\f019"; }
112
- .icon-download:before { content: "\f01a"; }
113
- .icon-upload:before { content: "\f01b"; }
114
- .icon-inbox:before { content: "\f01c"; }
115
- .icon-play-circle:before { content: "\f01d"; }
116
- .icon-repeat:before { content: "\f01e"; }
68
+ .icon-glass:before { content: "\f000"; }
69
+ .icon-music:before { content: "\f001"; }
70
+ .icon-search:before { content: "\f002"; }
71
+ .icon-envelope:before { content: "\f003"; }
72
+ .icon-heart:before { content: "\f004"; }
73
+ .icon-star:before { content: "\f005"; }
74
+ .icon-star-empty:before { content: "\f006"; }
75
+ .icon-user:before { content: "\f007"; }
76
+ .icon-film:before { content: "\f008"; }
77
+ .icon-th-large:before { content: "\f009"; }
78
+ .icon-th:before { content: "\f00a"; }
79
+ .icon-th-list:before { content: "\f00b"; }
80
+ .icon-ok:before { content: "\f00c"; }
81
+ .icon-remove:before { content: "\f00d"; }
82
+ .icon-zoom-in:before { content: "\f00e"; }
83
+
84
+ .icon-zoom-out:before { content: "\f010"; }
85
+ .icon-off:before { content: "\f011"; }
86
+ .icon-signal:before { content: "\f012"; }
87
+ .icon-cog:before { content: "\f013"; }
88
+ .icon-trash:before { content: "\f014"; }
89
+ .icon-home:before { content: "\f015"; }
90
+ .icon-file:before { content: "\f016"; }
91
+ .icon-time:before { content: "\f017"; }
92
+ .icon-road:before { content: "\f018"; }
93
+ .icon-download-alt:before { content: "\f019"; }
94
+ .icon-download:before { content: "\f01a"; }
95
+ .icon-upload:before { content: "\f01b"; }
96
+ .icon-inbox:before { content: "\f01c"; }
97
+ .icon-play-circle:before { content: "\f01d"; }
98
+ .icon-repeat:before { content: "\f01e"; }
117
99
 
118
100
  /* \f020 is not a valid unicode character. all shifted one down */
119
- .icon-refresh:before { content: "\f021"; }
120
- .icon-list-alt:before { content: "\f022"; }
121
- .icon-lock:before { content: "\f023"; }
122
- .icon-flag:before { content: "\f024"; }
123
- .icon-headphones:before { content: "\f025"; }
124
- .icon-volume-off:before { content: "\f026"; }
125
- .icon-volume-down:before { content: "\f027"; }
126
- .icon-volume-up:before { content: "\f028"; }
127
- .icon-qrcode:before { content: "\f029"; }
128
- .icon-barcode:before { content: "\f02a"; }
129
- .icon-tag:before { content: "\f02b"; }
130
- .icon-tags:before { content: "\f02c"; }
131
- .icon-book:before { content: "\f02d"; }
132
- .icon-bookmark:before { content: "\f02e"; }
133
- .icon-print:before { content: "\f02f"; }
134
-
135
- .icon-camera:before { content: "\f030"; }
136
- .icon-font:before { content: "\f031"; }
137
- .icon-bold:before { content: "\f032"; }
138
- .icon-italic:before { content: "\f033"; }
139
- .icon-text-height:before { content: "\f034"; }
140
- .icon-text-width:before { content: "\f035"; }
141
- .icon-align-left:before { content: "\f036"; }
142
- .icon-align-center:before { content: "\f037"; }
143
- .icon-align-right:before { content: "\f038"; }
144
- .icon-align-justify:before { content: "\f039"; }
145
- .icon-list:before { content: "\f03a"; }
146
- .icon-indent-left:before { content: "\f03b"; }
147
- .icon-indent-right:before { content: "\f03c"; }
148
- .icon-facetime-video:before { content: "\f03d"; }
149
- .icon-picture:before { content: "\f03e"; }
150
-
151
- .icon-pencil:before { content: "\f040"; }
152
- .icon-map-marker:before { content: "\f041"; }
153
- .icon-adjust:before { content: "\f042"; }
154
- .icon-tint:before { content: "\f043"; }
155
- .icon-edit:before { content: "\f044"; }
156
- .icon-share:before { content: "\f045"; }
157
- .icon-check:before { content: "\f046"; }
158
- .icon-move:before { content: "\f047"; }
159
- .icon-step-backward:before { content: "\f048"; }
160
- .icon-fast-backward:before { content: "\f049"; }
161
- .icon-backward:before { content: "\f04a"; }
162
- .icon-play:before { content: "\f04b"; }
163
- .icon-pause:before { content: "\f04c"; }
164
- .icon-stop:before { content: "\f04d"; }
165
- .icon-forward:before { content: "\f04e"; }
166
-
167
- .icon-fast-forward:before { content: "\f050"; }
168
- .icon-step-forward:before { content: "\f051"; }
169
- .icon-eject:before { content: "\f052"; }
170
- .icon-chevron-left:before { content: "\f053"; }
171
- .icon-chevron-right:before { content: "\f054"; }
172
- .icon-plus-sign:before { content: "\f055"; }
173
- .icon-minus-sign:before { content: "\f056"; }
174
- .icon-remove-sign:before { content: "\f057"; }
175
- .icon-ok-sign:before { content: "\f058"; }
176
- .icon-question-sign:before { content: "\f059"; }
177
- .icon-info-sign:before { content: "\f05a"; }
178
- .icon-screenshot:before { content: "\f05b"; }
179
- .icon-remove-circle:before { content: "\f05c"; }
180
- .icon-ok-circle:before { content: "\f05d"; }
181
- .icon-ban-circle:before { content: "\f05e"; }
182
-
183
- .icon-arrow-left:before { content: "\f060"; }
184
- .icon-arrow-right:before { content: "\f061"; }
185
- .icon-arrow-up:before { content: "\f062"; }
186
- .icon-arrow-down:before { content: "\f063"; }
187
- .icon-share-alt:before { content: "\f064"; }
188
- .icon-resize-full:before { content: "\f065"; }
189
- .icon-resize-small:before { content: "\f066"; }
190
- .icon-plus:before { content: "\f067"; }
191
- .icon-minus:before { content: "\f068"; }
192
- .icon-asterisk:before { content: "\f069"; }
193
- .icon-exclamation-sign:before { content: "\f06a"; }
194
- .icon-gift:before { content: "\f06b"; }
195
- .icon-leaf:before { content: "\f06c"; }
196
- .icon-fire:before { content: "\f06d"; }
197
- .icon-eye-open:before { content: "\f06e"; }
198
-
199
- .icon-eye-close:before { content: "\f070"; }
200
- .icon-warning-sign:before { content: "\f071"; }
201
- .icon-plane:before { content: "\f072"; }
202
- .icon-calendar:before { content: "\f073"; }
203
- .icon-random:before { content: "\f074"; }
204
- .icon-comment:before { content: "\f075"; }
205
- .icon-magnet:before { content: "\f076"; }
206
- .icon-chevron-up:before { content: "\f077"; }
207
- .icon-chevron-down:before { content: "\f078"; }
208
- .icon-retweet:before { content: "\f079"; }
209
- .icon-shopping-cart:before { content: "\f07a"; }
210
- .icon-folder-close:before { content: "\f07b"; }
211
- .icon-folder-open:before { content: "\f07c"; }
212
- .icon-resize-vertical:before { content: "\f07d"; }
213
- .icon-resize-horizontal:before { content: "\f07e"; }
214
-
215
- .icon-bar-chart:before { content: "\f080"; }
216
- .icon-twitter-sign:before { content: "\f081"; }
217
- .icon-facebook-sign:before { content: "\f082"; }
218
- .icon-camera-retro:before { content: "\f083"; }
219
- .icon-key:before { content: "\f084"; }
220
- .icon-cogs:before { content: "\f085"; }
221
- .icon-comments:before { content: "\f086"; }
222
- .icon-thumbs-up:before { content: "\f087"; }
223
- .icon-thumbs-down:before { content: "\f088"; }
224
- .icon-star-half:before { content: "\f089"; }
225
- .icon-heart-empty:before { content: "\f08a"; }
226
- .icon-signout:before { content: "\f08b"; }
227
- .icon-linkedin-sign:before { content: "\f08c"; }
228
- .icon-pushpin:before { content: "\f08d"; }
229
- .icon-external-link:before { content: "\f08e"; }
230
-
231
- .icon-signin:before { content: "\f090"; }
232
- .icon-trophy:before { content: "\f091"; }
233
- .icon-github-sign:before { content: "\f092"; }
234
- .icon-upload-alt:before { content: "\f093"; }
235
- .icon-lemon:before { content: "\f094"; }
101
+ .icon-refresh:before { content: "\f021"; }
102
+ .icon-list-alt:before { content: "\f022"; }
103
+ .icon-lock:before { content: "\f023"; }
104
+ .icon-flag:before { content: "\f024"; }
105
+ .icon-headphones:before { content: "\f025"; }
106
+ .icon-volume-off:before { content: "\f026"; }
107
+ .icon-volume-down:before { content: "\f027"; }
108
+ .icon-volume-up:before { content: "\f028"; }
109
+ .icon-qrcode:before { content: "\f029"; }
110
+ .icon-barcode:before { content: "\f02a"; }
111
+ .icon-tag:before { content: "\f02b"; }
112
+ .icon-tags:before { content: "\f02c"; }
113
+ .icon-book:before { content: "\f02d"; }
114
+ .icon-bookmark:before { content: "\f02e"; }
115
+ .icon-print:before { content: "\f02f"; }
116
+
117
+ .icon-camera:before { content: "\f030"; }
118
+ .icon-font:before { content: "\f031"; }
119
+ .icon-bold:before { content: "\f032"; }
120
+ .icon-italic:before { content: "\f033"; }
121
+ .icon-text-height:before { content: "\f034"; }
122
+ .icon-text-width:before { content: "\f035"; }
123
+ .icon-align-left:before { content: "\f036"; }
124
+ .icon-align-center:before { content: "\f037"; }
125
+ .icon-align-right:before { content: "\f038"; }
126
+ .icon-align-justify:before { content: "\f039"; }
127
+ .icon-list:before { content: "\f03a"; }
128
+ .icon-indent-left:before { content: "\f03b"; }
129
+ .icon-indent-right:before { content: "\f03c"; }
130
+ .icon-facetime-video:before { content: "\f03d"; }
131
+ .icon-picture:before { content: "\f03e"; }
132
+
133
+ .icon-pencil:before { content: "\f040"; }
134
+ .icon-map-marker:before { content: "\f041"; }
135
+ .icon-adjust:before { content: "\f042"; }
136
+ .icon-tint:before { content: "\f043"; }
137
+ .icon-edit:before { content: "\f044"; }
138
+ .icon-share:before { content: "\f045"; }
139
+ .icon-check:before { content: "\f046"; }
140
+ .icon-move:before { content: "\f047"; }
141
+ .icon-step-backward:before { content: "\f048"; }
142
+ .icon-fast-backward:before { content: "\f049"; }
143
+ .icon-backward:before { content: "\f04a"; }
144
+ .icon-play:before { content: "\f04b"; }
145
+ .icon-pause:before { content: "\f04c"; }
146
+ .icon-stop:before { content: "\f04d"; }
147
+ .icon-forward:before { content: "\f04e"; }
148
+
149
+ .icon-fast-forward:before { content: "\f050"; }
150
+ .icon-step-forward:before { content: "\f051"; }
151
+ .icon-eject:before { content: "\f052"; }
152
+ .icon-chevron-left:before { content: "\f053"; }
153
+ .icon-chevron-right:before { content: "\f054"; }
154
+ .icon-plus-sign:before { content: "\f055"; }
155
+ .icon-minus-sign:before { content: "\f056"; }
156
+ .icon-remove-sign:before { content: "\f057"; }
157
+ .icon-ok-sign:before { content: "\f058"; }
158
+ .icon-question-sign:before { content: "\f059"; }
159
+ .icon-info-sign:before { content: "\f05a"; }
160
+ .icon-screenshot:before { content: "\f05b"; }
161
+ .icon-remove-circle:before { content: "\f05c"; }
162
+ .icon-ok-circle:before { content: "\f05d"; }
163
+ .icon-ban-circle:before { content: "\f05e"; }
164
+
165
+ .icon-arrow-left:before { content: "\f060"; }
166
+ .icon-arrow-right:before { content: "\f061"; }
167
+ .icon-arrow-up:before { content: "\f062"; }
168
+ .icon-arrow-down:before { content: "\f063"; }
169
+ .icon-share-alt:before { content: "\f064"; }
170
+ .icon-resize-full:before { content: "\f065"; }
171
+ .icon-resize-small:before { content: "\f066"; }
172
+ .icon-plus:before { content: "\f067"; }
173
+ .icon-minus:before { content: "\f068"; }
174
+ .icon-asterisk:before { content: "\f069"; }
175
+ .icon-exclamation-sign:before { content: "\f06a"; }
176
+ .icon-gift:before { content: "\f06b"; }
177
+ .icon-leaf:before { content: "\f06c"; }
178
+ .icon-fire:before { content: "\f06d"; }
179
+ .icon-eye-open:before { content: "\f06e"; }
180
+
181
+ .icon-eye-close:before { content: "\f070"; }
182
+ .icon-warning-sign:before { content: "\f071"; }
183
+ .icon-plane:before { content: "\f072"; }
184
+ .icon-calendar:before { content: "\f073"; }
185
+ .icon-random:before { content: "\f074"; }
186
+ .icon-comment:before { content: "\f075"; }
187
+ .icon-magnet:before { content: "\f076"; }
188
+ .icon-chevron-up:before { content: "\f077"; }
189
+ .icon-chevron-down:before { content: "\f078"; }
190
+ .icon-retweet:before { content: "\f079"; }
191
+ .icon-shopping-cart:before { content: "\f07a"; }
192
+ .icon-folder-close:before { content: "\f07b"; }
193
+ .icon-folder-open:before { content: "\f07c"; }
194
+ .icon-resize-vertical:before { content: "\f07d"; }
195
+ .icon-resize-horizontal:before { content: "\f07e"; }
196
+
197
+ .icon-bar-chart:before { content: "\f080"; }
198
+ .icon-twitter-sign:before { content: "\f081"; }
199
+ .icon-facebook-sign:before { content: "\f082"; }
200
+ .icon-camera-retro:before { content: "\f083"; }
201
+ .icon-key:before { content: "\f084"; }
202
+ .icon-cogs:before { content: "\f085"; }
203
+ .icon-comments:before { content: "\f086"; }
204
+ .icon-thumbs-up:before { content: "\f087"; }
205
+ .icon-thumbs-down:before { content: "\f088"; }
206
+ .icon-star-half:before { content: "\f089"; }
207
+ .icon-heart-empty:before { content: "\f08a"; }
208
+ .icon-signout:before { content: "\f08b"; }
209
+ .icon-linkedin-sign:before { content: "\f08c"; }
210
+ .icon-pushpin:before { content: "\f08d"; }
211
+ .icon-external-link:before { content: "\f08e"; }
212
+
213
+ .icon-signin:before { content: "\f090"; }
214
+ .icon-trophy:before { content: "\f091"; }
215
+ .icon-github-sign:before { content: "\f092"; }
216
+ .icon-upload-alt:before { content: "\f093"; }
217
+ .icon-lemon:before { content: "\f094"; }
218
+ .icon-phone:before { content: "\f095"; }
219
+ .icon-check-empty:before { content: "\f096"; }
220
+ .icon-bookmark-empty:before { content: "\f097"; }
221
+ .icon-phone-sign:before { content: "\f098"; }
222
+ .icon-twitter:before { content: "\f099"; }
223
+ .icon-facebook:before { content: "\f09a"; }
224
+ .icon-github:before { content: "\f09b"; }
225
+ .icon-unlock:before { content: "\f09c"; }
226
+ .icon-credit-card:before { content: "\f09d"; }
227
+ .icon-rss:before { content: "\f09e"; }
228
+
229
+ .icon-hdd:before { content: "\f0a0"; }
230
+ .icon-bullhorn:before { content: "\f0a1"; }
231
+ .icon-bell:before { content: "\f0a2"; }
232
+ .icon-certificate:before { content: "\f0a3"; }
233
+ .icon-hand-right:before { content: "\f0a4"; }
234
+ .icon-hand-left:before { content: "\f0a5"; }
235
+ .icon-hand-up:before { content: "\f0a6"; }
236
+ .icon-hand-down:before { content: "\f0a7"; }
237
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
238
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
239
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
240
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
241
+ .icon-globe:before { content: "\f0ac"; }
242
+ .icon-wrench:before { content: "\f0ad"; }
243
+ .icon-tasks:before { content: "\f0ae"; }
244
+
245
+ .icon-filter:before { content: "\f0b0"; }
246
+ .icon-briefcase:before { content: "\f0b1"; }
247
+ .icon-fullscreen:before { content: "\f0b2"; }
248
+
249
+ .icon-group:before { content: "\f0c0"; }
250
+ .icon-link:before { content: "\f0c1"; }
251
+ .icon-cloud:before { content: "\f0c2"; }
252
+ .icon-beaker:before { content: "\f0c3"; }
253
+ .icon-cut:before { content: "\f0c4"; }
254
+ .icon-copy:before { content: "\f0c5"; }
255
+ .icon-paper-clip:before { content: "\f0c6"; }
256
+ .icon-save:before { content: "\f0c7"; }
257
+ .icon-sign-blank:before { content: "\f0c8"; }
258
+ .icon-reorder:before { content: "\f0c9"; }
259
+ .icon-list-ul:before { content: "\f0ca"; }
260
+ .icon-list-ol:before { content: "\f0cb"; }
261
+ .icon-strikethrough:before { content: "\f0cc"; }
262
+ .icon-underline:before { content: "\f0cd"; }
263
+ .icon-table:before { content: "\f0ce"; }
264
+
265
+ .icon-magic:before { content: "\f0d0"; }
266
+ .icon-truck:before { content: "\f0d1"; }
267
+ .icon-pinterest:before { content: "\f0d2"; }
268
+ .icon-pinterest-sign:before { content: "\f0d3"; }
269
+ .icon-google-plus-sign:before { content: "\f0d4"; }
270
+ .icon-google-plus:before { content: "\f0d5"; }
271
+ .icon-money:before { content: "\f0d6"; }
272
+ .icon-caret-down:before { content: "\f0d7"; }
273
+ .icon-caret-up:before { content: "\f0d8"; }
274
+ .icon-caret-left:before { content: "\f0d9"; }
275
+ .icon-caret-right:before { content: "\f0da"; }
276
+ .icon-columns:before { content: "\f0db"; }
277
+ .icon-sort:before { content: "\f0dc"; }
278
+ .icon-sort-down:before { content: "\f0dd"; }
279
+ .icon-sort-up:before { content: "\f0de"; }
280
+
281
+ .icon-envelope-alt:before { content: "\f0e0"; }
282
+ .icon-linkedin:before { content: "\f0e1"; }
283
+ .icon-undo:before { content: "\f0e2"; }
284
+ .icon-legal:before { content: "\f0e3"; }
285
+ .icon-dashboard:before { content: "\f0e4"; }
286
+ .icon-comment-alt:before { content: "\f0e5"; }
287
+ .icon-comments-alt:before { content: "\f0e6"; }
288
+ .icon-bolt:before { content: "\f0e7"; }
289
+ .icon-sitemap:before { content: "\f0e8"; }
290
+ .icon-umbrella:before { content: "\f0e9"; }
291
+ .icon-paste:before { content: "\f0ea"; }
292
+
293
+ .icon-user-md:before { content: "\f200"; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrapped-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9.rc1
4
+ version: 2.0.9.rc2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-04 00:00:00.000000000Z
12
+ date: 2012-06-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70162943582080 !ruby/object:Gem::Requirement
16
+ requirement: &70170668977680 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70162943582080
24
+ version_requirements: *70170668977680
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &70162943581540 !ruby/object:Gem::Requirement
27
+ requirement: &70170668977060 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70162943581540
35
+ version_requirements: *70170668977060
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rails
38
- requirement: &70162943580960 !ruby/object:Gem::Requirement
38
+ requirement: &70170668976480 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3.1'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70162943580960
46
+ version_requirements: *70170668976480
47
47
  description: ! ' This is a hacked-together version of the gem ''bootstrap-sass'',
48
48
  with the generators from ''twitter-bootstrap-rails'', has also replaced the Glyphicons
49
49
  icons with [Font Awesome](http://fortawesome.github.com/Font-Awesome/), since svg