Skip to content

Commit 789bd34

Browse files
committed
chore(css): remove historic IE quirks
1 parent 42e9994 commit 789bd34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

assets/css/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pre {
7272

7373
input[type="radio"] {vertical-align: text-bottom;}
7474
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
75-
.ie6 input {vertical-align: text-bottom;}
7675

7776
select, input, textarea {font: 99% sans-serif;}
7877

@@ -109,12 +108,6 @@ button, input, select, textarea {margin: 0;}
109108

110109
/* make buttons play nice in IE */
111110
button {width: auto; overflow: visible;}
112-
113-
/* scale images in IE7 more attractively */
114-
.ie7 img {-ms-interpolation-mode: bicubic;}
115-
116-
/* prevent BG image flicker upon hover */
117-
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
118111

119112
/* let's clear some floats */
120113
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

0 commit comments

Comments
 (0)