9
9
========================================================================== */
10
10
11
11
* {
12
- -webkit-box-sizing : border-box;
13
- -moz-box-sizing : border-box;
14
12
box-sizing : border-box;
15
13
}
16
14
@@ -32,14 +30,12 @@ summary {
32
30
}
33
31
34
32
/*
35
- * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3 .
33
+ * Corrects `inline-block` display.
36
34
*/
37
35
audio ,
38
36
canvas ,
39
37
video {
40
38
display : inline-block;
41
- * display : inline;
42
- * zoom : 1 ;
43
39
}
44
40
45
41
/*
@@ -64,7 +60,6 @@ audio:not([controls]) {
64
60
html {
65
61
font-size : 100% ; /* 1 */
66
62
-webkit-text-size-adjust : 100% ; /* 2 */
67
- -ms-text-size-adjust : 100% ; /* 2 */
68
63
}
69
64
70
65
/*
@@ -80,9 +75,6 @@ textarea {
80
75
color : # 333 ;
81
76
}
82
77
83
- /*
84
- * Addresses margins handled incorrectly in IE 6/7.
85
- */
86
78
body {
87
79
margin : 0 ;
88
80
}
@@ -201,14 +193,6 @@ dfn {
201
193
font-style : italic;
202
194
}
203
195
204
- /*
205
- * Addresses styling not present in IE 6/7/8/9.
206
- */
207
- mark {
208
- background : # ff0 ;
209
- color : # 000 ;
210
- }
211
-
212
196
/*
213
197
* Addresses margins set differently in IE 6/7.
214
198
*/
@@ -308,11 +292,9 @@ nav ol {
308
292
309
293
/*
310
294
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
311
- * 2. Improves image quality when scaled in IE 7.
312
295
*/
313
296
img {
314
297
border : 0 ; /* 1 */
315
- -ms-interpolation-mode : bicubic; /* 2 */
316
298
vertical-align : middle;
317
299
max-width : 100% ;
318
300
}
@@ -352,13 +334,11 @@ fieldset {
352
334
/*
353
335
* 1. Corrects color not being inherited in IE 6/7/8/9.
354
336
* 2. Corrects text not wrapping in Firefox 3.
355
- * 3. Corrects alignment displayed oddly in IE 6/7.
356
337
*/
357
338
legend {
358
339
border : 0 ; /* 1 */
359
340
padding : 0 ;
360
341
white-space : normal; /* 2 */
361
- * margin-left : -7px ; /* 3 */
362
342
}
363
343
364
344
/*
@@ -374,7 +354,6 @@ textarea {
374
354
font-size : 100% ; /* 1 */
375
355
margin : 0 ; /* 2 */
376
356
vertical-align : baseline; /* 3 */
377
- * vertical-align : middle; /* 3 */
378
357
}
379
358
380
359
/*
@@ -392,16 +371,13 @@ input {
392
371
* 2. Corrects inability to style clickable `input` types in iOS.
393
372
* 3. Improves usability and consistency of cursor style between image-type
394
373
* `input` and others.
395
- * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
396
- * Known issue: inner spacing remains in IE 6.
397
374
*/
398
375
button ,
399
376
html input [type = "button" ], /* 1 */
400
377
input [type = "reset" ],
401
378
input [type = "submit" ] {
402
379
-webkit-appearance : button; /* 2 */
403
380
cursor : pointer; /* 3 */
404
- * overflow : visible; /* 4 */
405
381
}
406
382
407
383
/*
@@ -415,21 +391,16 @@ input[disabled] {
415
391
/*
416
392
* 1. Addresses box sizing set to content-box in IE 8/9.
417
393
* 2. Removes excess padding in IE 8/9.
418
- * 3. Removes excess padding in IE 7.
419
- * Known issue: excess padding remains in IE 6.
420
394
*/
421
395
input [type = "checkbox" ],
422
396
input [type = "radio" ] {
423
397
box-sizing : border-box; /* 1 */
424
398
padding : 0 ; /* 2 */
425
- * height : 13px ; /* 3 */
426
- * width : 13px ; /* 3 */
427
399
}
428
400
429
401
/*
430
402
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
431
- * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
432
- * (include `-moz` to future-proof).
403
+ * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome.
433
404
*/
434
405
input [type = "search" ] {
435
406
-webkit-appearance : textfield;
@@ -2583,7 +2554,6 @@ footer .books li a cite {
2583
2554
background-color : transparent;
2584
2555
border : 0 ;
2585
2556
overflow : hidden;
2586
- * text-indent : -9999px ;
2587
2557
}
2588
2558
2589
2559
.ir : before {
@@ -2633,10 +2603,6 @@ footer .books li a cite {
2633
2603
clear : both;
2634
2604
}
2635
2605
2636
- .clearfix {
2637
- * zoom : 1 ;
2638
- }
2639
-
2640
2606
/* Print styles
2641
2607
========================================================================== */
2642
2608
@@ -2807,12 +2773,9 @@ img, object, embed { max-width: 100%; height: auto; }
2807
2773
2808
2774
object , embed { height : 100% ; }
2809
2775
2810
- img { -ms-interpolation-mode : bicubic; }
2811
-
2812
2776
# map_canvas img , .map_canvas img { max-width : none!important ; }
2813
2777
2814
2778
/* Nicolas Gallagher's micro clearfix */
2815
- .row { * zoom : 1 ; }
2816
2779
.row : before , .row : after { content : "" ; display : table; }
2817
2780
.row : after { clear : both; }
2818
2781
@@ -3144,8 +3107,6 @@ pre .diff .hljs-comment {
3144
3107
.syntaxhighlighter table td .gutter .line {
3145
3108
text-align : right !important ;
3146
3109
padding : 0 0.5em 0 1em !important ;
3147
- -webkit-user-select : none;
3148
- -ms-user-select : none;
3149
3110
user-select : none;
3150
3111
}
3151
3112
.syntaxhighlighter table td .code .line {
0 commit comments