File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ svg:not(:root) {
293
293
}
294
294
295
295
296
- /* ============================================================================ FORMS */
296
+ /* ============================================================================ FIGURES */
297
297
298
298
figure {
299
299
margin : 0 ;
@@ -328,33 +328,25 @@ button,
328
328
input ,
329
329
select ,
330
330
textarea {
331
- overflow : visible; /* 1 */
332
331
margin : 0 ;
333
- font-size : 100% ; /* 2 */
334
- line-height : normal; /* 3 */
335
- vertical-align : baseline; /* 4 */
332
+ font-size : 100% ; /* 1 */
333
+ line-height : normal; /* 2 */
334
+ vertical-align : baseline; /* 3 */
336
335
* vertical-align : middle;
337
336
}
338
337
339
- /*
340
- * Reintroduce extra inner space when in a 'table' to avoid various IE6/7 bugs
341
- */
342
-
343
- table button ,
344
- table input {
345
- * overflow : auto;
346
- }
347
-
348
338
/*
349
339
* 1. Display hand cursor for submission elements
350
340
* 2. Fix inability to style clickable 'input' types in iOS
341
+ * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
351
342
*/
352
343
353
344
button ,
354
345
input [type = "button" ],
355
346
input [type = "submit" ] {
356
347
cursor : pointer; /* 1 */
357
348
-webkit-appearance : button; /* 2 */
349
+ * overflow : auto; /* 3 */
358
350
}
359
351
360
352
/*
You can’t perform that action at this time.
0 commit comments