File tree 1 file changed +1
-25
lines changed
1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -30,31 +30,17 @@ strong {
30
30
font-weight : bold ;
31
31
}
32
32
33
-
34
33
// Embedded content
35
34
// ==========================================================================
36
35
37
- // Remove border when inside `a` element in IE 8/9/10.
36
+ // Makes it so the img does not flow outside container
38
37
img {
39
38
max-width : 100% ;
40
-
41
- border : 0 ;
42
39
}
43
40
44
- // Correct overflow not hidden in IE 9/10/11.
45
- svg :not (:root ) {
46
- overflow : hidden ;
47
- }
48
-
49
-
50
41
// Grouping content
51
42
// ==========================================================================
52
43
53
- // Address margin not present in IE 8/9 and Safari.
54
- figure {
55
- margin : 1em 40px ;
56
- }
57
-
58
44
hr {
59
45
height : 1px ;
60
46
@@ -194,16 +180,6 @@ input::-moz-focus-inner {
194
180
border : 0 ;
195
181
}
196
182
197
- // Firefox's implementation doesn't respect box-sizing, padding, or width.
198
- // 1. Address box sizing set to `content-box` in IE 8/9/10.
199
- // 2. Remove excess padding in IE 8/9/10.
200
- input [type = " checkbox" ],
201
- input [type = " radio" ] {
202
- padding : 0 ; // 2
203
-
204
- box-sizing : border-box ; // 1
205
- }
206
-
207
183
// Fix the cursor style for Chrome's increment/decrement buttons. For certain
208
184
// `font-size` values of the `input`, it causes the cursor style of the
209
185
// decrement button to change from `default` to `text`.
You can’t perform that action at this time.
0 commit comments