purecss 0.4.2.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/purecss/version.rb +1 -1
- data/vendor/assets/stylesheets/purecss-nr.css +1579 -2
- data/vendor/assets/stylesheets/purecss.css +1655 -2
- data/vendor/assets/stylesheets/purecss/base-context.css +1 -1
- data/vendor/assets/stylesheets/purecss/base.css +1 -1
- data/vendor/assets/stylesheets/purecss/buttons-core.css +1 -1
- data/vendor/assets/stylesheets/purecss/buttons.css +1 -1
- data/vendor/assets/stylesheets/purecss/forms-nr.css +2 -2
- data/vendor/assets/stylesheets/purecss/forms.css +2 -2
- data/vendor/assets/stylesheets/purecss/grids-core.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids-responsive-old-ie.css +187 -187
- data/vendor/assets/stylesheets/purecss/grids-responsive.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids-units.css +1 -1
- data/vendor/assets/stylesheets/purecss/grids.css +1 -1
- data/vendor/assets/stylesheets/purecss/menus-core.css +7 -7
- data/vendor/assets/stylesheets/purecss/menus-nr.css +7 -7
- data/vendor/assets/stylesheets/purecss/menus-paginator.css +1 -1
- data/vendor/assets/stylesheets/purecss/menus.css +7 -7
- data/vendor/assets/stylesheets/purecss/tables.css +1 -1
- metadata +8 -8
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -206,7 +206,7 @@ since IE8 won't execute CSS that contains a CSS3 selector.
|
|
206
206
|
.pure-form-aligned input,
|
207
207
|
.pure-form-aligned textarea,
|
208
208
|
.pure-form-aligned select,
|
209
|
-
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
|
209
|
+
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
|
210
210
|
.pure-form-aligned .pure-help-inline,
|
211
211
|
.pure-form-message-inline {
|
212
212
|
display: inline-block;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -206,7 +206,7 @@ since IE8 won't execute CSS that contains a CSS3 selector.
|
|
206
206
|
.pure-form-aligned input,
|
207
207
|
.pure-form-aligned textarea,
|
208
208
|
.pure-form-aligned select,
|
209
|
-
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
|
209
|
+
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
|
210
210
|
.pure-form-aligned .pure-help-inline,
|
211
211
|
.pure-form-message-inline {
|
212
212
|
display: inline-block;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Pure v0.5.0
|
2
|
+
Pure v0.5.0
|
3
3
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
4
4
|
Licensed under the BSD License.
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
@@ -50,170 +50,170 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
50
50
|
.pure-u-sm-22-24,
|
51
51
|
.pure-u-sm-23-24,
|
52
52
|
.pure-u-sm-24-24 {
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
53
|
+
display: inline-block;
|
54
|
+
*display: inline;
|
55
|
+
zoom: 1;
|
56
|
+
letter-spacing: normal;
|
57
|
+
word-spacing: normal;
|
58
|
+
vertical-align: top;
|
59
|
+
text-rendering: auto;
|
60
60
|
}
|
61
61
|
|
62
62
|
.pure-u-sm-1-24 {
|
63
|
-
|
64
|
-
|
63
|
+
width: 4.1667%;
|
64
|
+
*width: 4.1357%;
|
65
65
|
}
|
66
66
|
|
67
67
|
.pure-u-sm-1-12,
|
68
68
|
.pure-u-sm-2-24 {
|
69
|
-
|
70
|
-
|
69
|
+
width: 8.3333%;
|
70
|
+
*width: 8.3023%;
|
71
71
|
}
|
72
72
|
|
73
73
|
.pure-u-sm-1-8,
|
74
74
|
.pure-u-sm-3-24 {
|
75
|
-
|
76
|
-
|
75
|
+
width: 12.5000%;
|
76
|
+
*width: 12.4690%;
|
77
77
|
}
|
78
78
|
|
79
79
|
.pure-u-sm-1-6,
|
80
80
|
.pure-u-sm-4-24 {
|
81
|
-
|
82
|
-
|
81
|
+
width: 16.6667%;
|
82
|
+
*width: 16.6357%;
|
83
83
|
}
|
84
84
|
|
85
85
|
.pure-u-sm-1-5 {
|
86
|
-
|
87
|
-
|
86
|
+
width: 20%;
|
87
|
+
*width: 19.9690%;
|
88
88
|
}
|
89
89
|
|
90
90
|
.pure-u-sm-5-24 {
|
91
|
-
|
92
|
-
|
91
|
+
width: 20.8333%;
|
92
|
+
*width: 20.8023%;
|
93
93
|
}
|
94
94
|
|
95
95
|
.pure-u-sm-1-4,
|
96
96
|
.pure-u-sm-6-24 {
|
97
|
-
|
98
|
-
|
97
|
+
width: 25%;
|
98
|
+
*width: 24.9690%;
|
99
99
|
}
|
100
100
|
|
101
101
|
.pure-u-sm-7-24 {
|
102
|
-
|
103
|
-
|
102
|
+
width: 29.1667%;
|
103
|
+
*width: 29.1357%;
|
104
104
|
}
|
105
105
|
|
106
106
|
.pure-u-sm-1-3,
|
107
107
|
.pure-u-sm-8-24 {
|
108
|
-
|
109
|
-
|
108
|
+
width: 33.3333%;
|
109
|
+
*width: 33.3023%;
|
110
110
|
}
|
111
111
|
|
112
112
|
.pure-u-sm-3-8,
|
113
113
|
.pure-u-sm-9-24 {
|
114
|
-
|
115
|
-
|
114
|
+
width: 37.5000%;
|
115
|
+
*width: 37.4690%;
|
116
116
|
}
|
117
117
|
|
118
118
|
.pure-u-sm-2-5 {
|
119
|
-
|
120
|
-
|
119
|
+
width: 40%;
|
120
|
+
*width: 39.9690%;
|
121
121
|
}
|
122
122
|
|
123
123
|
.pure-u-sm-5-12,
|
124
124
|
.pure-u-sm-10-24 {
|
125
|
-
|
126
|
-
|
125
|
+
width: 41.6667%;
|
126
|
+
*width: 41.6357%;
|
127
127
|
}
|
128
128
|
|
129
129
|
.pure-u-sm-11-24 {
|
130
|
-
|
131
|
-
|
130
|
+
width: 45.8333%;
|
131
|
+
*width: 45.8023%;
|
132
132
|
}
|
133
133
|
|
134
134
|
.pure-u-sm-1-2,
|
135
135
|
.pure-u-sm-12-24 {
|
136
|
-
|
137
|
-
|
136
|
+
width: 50%;
|
137
|
+
*width: 49.9690%;
|
138
138
|
}
|
139
139
|
|
140
140
|
.pure-u-sm-13-24 {
|
141
|
-
|
142
|
-
|
141
|
+
width: 54.1667%;
|
142
|
+
*width: 54.1357%;
|
143
143
|
}
|
144
144
|
|
145
145
|
.pure-u-sm-7-12,
|
146
146
|
.pure-u-sm-14-24 {
|
147
|
-
|
148
|
-
|
147
|
+
width: 58.3333%;
|
148
|
+
*width: 58.3023%;
|
149
149
|
}
|
150
150
|
|
151
151
|
.pure-u-sm-3-5 {
|
152
|
-
|
153
|
-
|
152
|
+
width: 60%;
|
153
|
+
*width: 59.9690%;
|
154
154
|
}
|
155
155
|
|
156
156
|
.pure-u-sm-5-8,
|
157
157
|
.pure-u-sm-15-24 {
|
158
|
-
|
159
|
-
|
158
|
+
width: 62.5000%;
|
159
|
+
*width: 62.4690%;
|
160
160
|
}
|
161
161
|
|
162
162
|
.pure-u-sm-2-3,
|
163
163
|
.pure-u-sm-16-24 {
|
164
|
-
|
165
|
-
|
164
|
+
width: 66.6667%;
|
165
|
+
*width: 66.6357%;
|
166
166
|
}
|
167
167
|
|
168
168
|
.pure-u-sm-17-24 {
|
169
|
-
|
170
|
-
|
169
|
+
width: 70.8333%;
|
170
|
+
*width: 70.8023%;
|
171
171
|
}
|
172
172
|
|
173
173
|
.pure-u-sm-3-4,
|
174
174
|
.pure-u-sm-18-24 {
|
175
|
-
|
176
|
-
|
175
|
+
width: 75%;
|
176
|
+
*width: 74.9690%;
|
177
177
|
}
|
178
178
|
|
179
179
|
.pure-u-sm-19-24 {
|
180
|
-
|
181
|
-
|
180
|
+
width: 79.1667%;
|
181
|
+
*width: 79.1357%;
|
182
182
|
}
|
183
183
|
|
184
184
|
.pure-u-sm-4-5 {
|
185
|
-
|
186
|
-
|
185
|
+
width: 80%;
|
186
|
+
*width: 79.9690%;
|
187
187
|
}
|
188
188
|
|
189
189
|
.pure-u-sm-5-6,
|
190
190
|
.pure-u-sm-20-24 {
|
191
|
-
|
192
|
-
|
191
|
+
width: 83.3333%;
|
192
|
+
*width: 83.3023%;
|
193
193
|
}
|
194
194
|
|
195
195
|
.pure-u-sm-7-8,
|
196
196
|
.pure-u-sm-21-24 {
|
197
|
-
|
198
|
-
|
197
|
+
width: 87.5000%;
|
198
|
+
*width: 87.4690%;
|
199
199
|
}
|
200
200
|
|
201
201
|
.pure-u-sm-11-12,
|
202
202
|
.pure-u-sm-22-24 {
|
203
|
-
|
204
|
-
|
203
|
+
width: 91.6667%;
|
204
|
+
*width: 91.6357%;
|
205
205
|
}
|
206
206
|
|
207
207
|
.pure-u-sm-23-24 {
|
208
|
-
|
209
|
-
|
208
|
+
width: 95.8333%;
|
209
|
+
*width: 95.8023%;
|
210
210
|
}
|
211
211
|
|
212
212
|
.pure-u-sm-1,
|
213
213
|
.pure-u-sm-1-1,
|
214
214
|
.pure-u-sm-5-5,
|
215
215
|
.pure-u-sm-24-24 {
|
216
|
-
|
216
|
+
width: 100%;
|
217
217
|
}
|
218
218
|
|
219
219
|
.pure-u-md-1,
|
@@ -262,170 +262,170 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
262
262
|
.pure-u-md-22-24,
|
263
263
|
.pure-u-md-23-24,
|
264
264
|
.pure-u-md-24-24 {
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
265
|
+
display: inline-block;
|
266
|
+
*display: inline;
|
267
|
+
zoom: 1;
|
268
|
+
letter-spacing: normal;
|
269
|
+
word-spacing: normal;
|
270
|
+
vertical-align: top;
|
271
|
+
text-rendering: auto;
|
272
272
|
}
|
273
273
|
|
274
274
|
.pure-u-md-1-24 {
|
275
|
-
|
276
|
-
|
275
|
+
width: 4.1667%;
|
276
|
+
*width: 4.1357%;
|
277
277
|
}
|
278
278
|
|
279
279
|
.pure-u-md-1-12,
|
280
280
|
.pure-u-md-2-24 {
|
281
|
-
|
282
|
-
|
281
|
+
width: 8.3333%;
|
282
|
+
*width: 8.3023%;
|
283
283
|
}
|
284
284
|
|
285
285
|
.pure-u-md-1-8,
|
286
286
|
.pure-u-md-3-24 {
|
287
|
-
|
288
|
-
|
287
|
+
width: 12.5000%;
|
288
|
+
*width: 12.4690%;
|
289
289
|
}
|
290
290
|
|
291
291
|
.pure-u-md-1-6,
|
292
292
|
.pure-u-md-4-24 {
|
293
|
-
|
294
|
-
|
293
|
+
width: 16.6667%;
|
294
|
+
*width: 16.6357%;
|
295
295
|
}
|
296
296
|
|
297
297
|
.pure-u-md-1-5 {
|
298
|
-
|
299
|
-
|
298
|
+
width: 20%;
|
299
|
+
*width: 19.9690%;
|
300
300
|
}
|
301
301
|
|
302
302
|
.pure-u-md-5-24 {
|
303
|
-
|
304
|
-
|
303
|
+
width: 20.8333%;
|
304
|
+
*width: 20.8023%;
|
305
305
|
}
|
306
306
|
|
307
307
|
.pure-u-md-1-4,
|
308
308
|
.pure-u-md-6-24 {
|
309
|
-
|
310
|
-
|
309
|
+
width: 25%;
|
310
|
+
*width: 24.9690%;
|
311
311
|
}
|
312
312
|
|
313
313
|
.pure-u-md-7-24 {
|
314
|
-
|
315
|
-
|
314
|
+
width: 29.1667%;
|
315
|
+
*width: 29.1357%;
|
316
316
|
}
|
317
317
|
|
318
318
|
.pure-u-md-1-3,
|
319
319
|
.pure-u-md-8-24 {
|
320
|
-
|
321
|
-
|
320
|
+
width: 33.3333%;
|
321
|
+
*width: 33.3023%;
|
322
322
|
}
|
323
323
|
|
324
324
|
.pure-u-md-3-8,
|
325
325
|
.pure-u-md-9-24 {
|
326
|
-
|
327
|
-
|
326
|
+
width: 37.5000%;
|
327
|
+
*width: 37.4690%;
|
328
328
|
}
|
329
329
|
|
330
330
|
.pure-u-md-2-5 {
|
331
|
-
|
332
|
-
|
331
|
+
width: 40%;
|
332
|
+
*width: 39.9690%;
|
333
333
|
}
|
334
334
|
|
335
335
|
.pure-u-md-5-12,
|
336
336
|
.pure-u-md-10-24 {
|
337
|
-
|
338
|
-
|
337
|
+
width: 41.6667%;
|
338
|
+
*width: 41.6357%;
|
339
339
|
}
|
340
340
|
|
341
341
|
.pure-u-md-11-24 {
|
342
|
-
|
343
|
-
|
342
|
+
width: 45.8333%;
|
343
|
+
*width: 45.8023%;
|
344
344
|
}
|
345
345
|
|
346
346
|
.pure-u-md-1-2,
|
347
347
|
.pure-u-md-12-24 {
|
348
|
-
|
349
|
-
|
348
|
+
width: 50%;
|
349
|
+
*width: 49.9690%;
|
350
350
|
}
|
351
351
|
|
352
352
|
.pure-u-md-13-24 {
|
353
|
-
|
354
|
-
|
353
|
+
width: 54.1667%;
|
354
|
+
*width: 54.1357%;
|
355
355
|
}
|
356
356
|
|
357
357
|
.pure-u-md-7-12,
|
358
358
|
.pure-u-md-14-24 {
|
359
|
-
|
360
|
-
|
359
|
+
width: 58.3333%;
|
360
|
+
*width: 58.3023%;
|
361
361
|
}
|
362
362
|
|
363
363
|
.pure-u-md-3-5 {
|
364
|
-
|
365
|
-
|
364
|
+
width: 60%;
|
365
|
+
*width: 59.9690%;
|
366
366
|
}
|
367
367
|
|
368
368
|
.pure-u-md-5-8,
|
369
369
|
.pure-u-md-15-24 {
|
370
|
-
|
371
|
-
|
370
|
+
width: 62.5000%;
|
371
|
+
*width: 62.4690%;
|
372
372
|
}
|
373
373
|
|
374
374
|
.pure-u-md-2-3,
|
375
375
|
.pure-u-md-16-24 {
|
376
|
-
|
377
|
-
|
376
|
+
width: 66.6667%;
|
377
|
+
*width: 66.6357%;
|
378
378
|
}
|
379
379
|
|
380
380
|
.pure-u-md-17-24 {
|
381
|
-
|
382
|
-
|
381
|
+
width: 70.8333%;
|
382
|
+
*width: 70.8023%;
|
383
383
|
}
|
384
384
|
|
385
385
|
.pure-u-md-3-4,
|
386
386
|
.pure-u-md-18-24 {
|
387
|
-
|
388
|
-
|
387
|
+
width: 75%;
|
388
|
+
*width: 74.9690%;
|
389
389
|
}
|
390
390
|
|
391
391
|
.pure-u-md-19-24 {
|
392
|
-
|
393
|
-
|
392
|
+
width: 79.1667%;
|
393
|
+
*width: 79.1357%;
|
394
394
|
}
|
395
395
|
|
396
396
|
.pure-u-md-4-5 {
|
397
|
-
|
398
|
-
|
397
|
+
width: 80%;
|
398
|
+
*width: 79.9690%;
|
399
399
|
}
|
400
400
|
|
401
401
|
.pure-u-md-5-6,
|
402
402
|
.pure-u-md-20-24 {
|
403
|
-
|
404
|
-
|
403
|
+
width: 83.3333%;
|
404
|
+
*width: 83.3023%;
|
405
405
|
}
|
406
406
|
|
407
407
|
.pure-u-md-7-8,
|
408
408
|
.pure-u-md-21-24 {
|
409
|
-
|
410
|
-
|
409
|
+
width: 87.5000%;
|
410
|
+
*width: 87.4690%;
|
411
411
|
}
|
412
412
|
|
413
413
|
.pure-u-md-11-12,
|
414
414
|
.pure-u-md-22-24 {
|
415
|
-
|
416
|
-
|
415
|
+
width: 91.6667%;
|
416
|
+
*width: 91.6357%;
|
417
417
|
}
|
418
418
|
|
419
419
|
.pure-u-md-23-24 {
|
420
|
-
|
421
|
-
|
420
|
+
width: 95.8333%;
|
421
|
+
*width: 95.8023%;
|
422
422
|
}
|
423
423
|
|
424
424
|
.pure-u-md-1,
|
425
425
|
.pure-u-md-1-1,
|
426
426
|
.pure-u-md-5-5,
|
427
427
|
.pure-u-md-24-24 {
|
428
|
-
|
428
|
+
width: 100%;
|
429
429
|
}
|
430
430
|
|
431
431
|
.pure-u-lg-1,
|
@@ -474,168 +474,168 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
474
474
|
.pure-u-lg-22-24,
|
475
475
|
.pure-u-lg-23-24,
|
476
476
|
.pure-u-lg-24-24 {
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
477
|
+
display: inline-block;
|
478
|
+
*display: inline;
|
479
|
+
zoom: 1;
|
480
|
+
letter-spacing: normal;
|
481
|
+
word-spacing: normal;
|
482
|
+
vertical-align: top;
|
483
|
+
text-rendering: auto;
|
484
484
|
}
|
485
485
|
|
486
486
|
.pure-u-lg-1-24 {
|
487
|
-
|
488
|
-
|
487
|
+
width: 4.1667%;
|
488
|
+
*width: 4.1357%;
|
489
489
|
}
|
490
490
|
|
491
491
|
.pure-u-lg-1-12,
|
492
492
|
.pure-u-lg-2-24 {
|
493
|
-
|
494
|
-
|
493
|
+
width: 8.3333%;
|
494
|
+
*width: 8.3023%;
|
495
495
|
}
|
496
496
|
|
497
497
|
.pure-u-lg-1-8,
|
498
498
|
.pure-u-lg-3-24 {
|
499
|
-
|
500
|
-
|
499
|
+
width: 12.5000%;
|
500
|
+
*width: 12.4690%;
|
501
501
|
}
|
502
502
|
|
503
503
|
.pure-u-lg-1-6,
|
504
504
|
.pure-u-lg-4-24 {
|
505
|
-
|
506
|
-
|
505
|
+
width: 16.6667%;
|
506
|
+
*width: 16.6357%;
|
507
507
|
}
|
508
508
|
|
509
509
|
.pure-u-lg-1-5 {
|
510
|
-
|
511
|
-
|
510
|
+
width: 20%;
|
511
|
+
*width: 19.9690%;
|
512
512
|
}
|
513
513
|
|
514
514
|
.pure-u-lg-5-24 {
|
515
|
-
|
516
|
-
|
515
|
+
width: 20.8333%;
|
516
|
+
*width: 20.8023%;
|
517
517
|
}
|
518
518
|
|
519
519
|
.pure-u-lg-1-4,
|
520
520
|
.pure-u-lg-6-24 {
|
521
|
-
|
522
|
-
|
521
|
+
width: 25%;
|
522
|
+
*width: 24.9690%;
|
523
523
|
}
|
524
524
|
|
525
525
|
.pure-u-lg-7-24 {
|
526
|
-
|
527
|
-
|
526
|
+
width: 29.1667%;
|
527
|
+
*width: 29.1357%;
|
528
528
|
}
|
529
529
|
|
530
530
|
.pure-u-lg-1-3,
|
531
531
|
.pure-u-lg-8-24 {
|
532
|
-
|
533
|
-
|
532
|
+
width: 33.3333%;
|
533
|
+
*width: 33.3023%;
|
534
534
|
}
|
535
535
|
|
536
536
|
.pure-u-lg-3-8,
|
537
537
|
.pure-u-lg-9-24 {
|
538
|
-
|
539
|
-
|
538
|
+
width: 37.5000%;
|
539
|
+
*width: 37.4690%;
|
540
540
|
}
|
541
541
|
|
542
542
|
.pure-u-lg-2-5 {
|
543
|
-
|
544
|
-
|
543
|
+
width: 40%;
|
544
|
+
*width: 39.9690%;
|
545
545
|
}
|
546
546
|
|
547
547
|
.pure-u-lg-5-12,
|
548
548
|
.pure-u-lg-10-24 {
|
549
|
-
|
550
|
-
|
549
|
+
width: 41.6667%;
|
550
|
+
*width: 41.6357%;
|
551
551
|
}
|
552
552
|
|
553
553
|
.pure-u-lg-11-24 {
|
554
|
-
|
555
|
-
|
554
|
+
width: 45.8333%;
|
555
|
+
*width: 45.8023%;
|
556
556
|
}
|
557
557
|
|
558
558
|
.pure-u-lg-1-2,
|
559
559
|
.pure-u-lg-12-24 {
|
560
|
-
|
561
|
-
|
560
|
+
width: 50%;
|
561
|
+
*width: 49.9690%;
|
562
562
|
}
|
563
563
|
|
564
564
|
.pure-u-lg-13-24 {
|
565
|
-
|
566
|
-
|
565
|
+
width: 54.1667%;
|
566
|
+
*width: 54.1357%;
|
567
567
|
}
|
568
568
|
|
569
569
|
.pure-u-lg-7-12,
|
570
570
|
.pure-u-lg-14-24 {
|
571
|
-
|
572
|
-
|
571
|
+
width: 58.3333%;
|
572
|
+
*width: 58.3023%;
|
573
573
|
}
|
574
574
|
|
575
575
|
.pure-u-lg-3-5 {
|
576
|
-
|
577
|
-
|
576
|
+
width: 60%;
|
577
|
+
*width: 59.9690%;
|
578
578
|
}
|
579
579
|
|
580
580
|
.pure-u-lg-5-8,
|
581
581
|
.pure-u-lg-15-24 {
|
582
|
-
|
583
|
-
|
582
|
+
width: 62.5000%;
|
583
|
+
*width: 62.4690%;
|
584
584
|
}
|
585
585
|
|
586
586
|
.pure-u-lg-2-3,
|
587
587
|
.pure-u-lg-16-24 {
|
588
|
-
|
589
|
-
|
588
|
+
width: 66.6667%;
|
589
|
+
*width: 66.6357%;
|
590
590
|
}
|
591
591
|
|
592
592
|
.pure-u-lg-17-24 {
|
593
|
-
|
594
|
-
|
593
|
+
width: 70.8333%;
|
594
|
+
*width: 70.8023%;
|
595
595
|
}
|
596
596
|
|
597
597
|
.pure-u-lg-3-4,
|
598
598
|
.pure-u-lg-18-24 {
|
599
|
-
|
600
|
-
|
599
|
+
width: 75%;
|
600
|
+
*width: 74.9690%;
|
601
601
|
}
|
602
602
|
|
603
603
|
.pure-u-lg-19-24 {
|
604
|
-
|
605
|
-
|
604
|
+
width: 79.1667%;
|
605
|
+
*width: 79.1357%;
|
606
606
|
}
|
607
607
|
|
608
608
|
.pure-u-lg-4-5 {
|
609
|
-
|
610
|
-
|
609
|
+
width: 80%;
|
610
|
+
*width: 79.9690%;
|
611
611
|
}
|
612
612
|
|
613
613
|
.pure-u-lg-5-6,
|
614
614
|
.pure-u-lg-20-24 {
|
615
|
-
|
616
|
-
|
615
|
+
width: 83.3333%;
|
616
|
+
*width: 83.3023%;
|
617
617
|
}
|
618
618
|
|
619
619
|
.pure-u-lg-7-8,
|
620
620
|
.pure-u-lg-21-24 {
|
621
|
-
|
622
|
-
|
621
|
+
width: 87.5000%;
|
622
|
+
*width: 87.4690%;
|
623
623
|
}
|
624
624
|
|
625
625
|
.pure-u-lg-11-12,
|
626
626
|
.pure-u-lg-22-24 {
|
627
|
-
|
628
|
-
|
627
|
+
width: 91.6667%;
|
628
|
+
*width: 91.6357%;
|
629
629
|
}
|
630
630
|
|
631
631
|
.pure-u-lg-23-24 {
|
632
|
-
|
633
|
-
|
632
|
+
width: 95.8333%;
|
633
|
+
*width: 95.8023%;
|
634
634
|
}
|
635
635
|
|
636
636
|
.pure-u-lg-1,
|
637
637
|
.pure-u-lg-1-1,
|
638
638
|
.pure-u-lg-5-5,
|
639
639
|
.pure-u-lg-24-24 {
|
640
|
-
|
640
|
+
width: 100%;
|
641
641
|
}
|