diff --git a/wp-content/themes/twentythirteen/css/ie.css b/wp-content/themes/twentythirteen/css/ie.css index c79c56fa6e..df93663995 100644 --- a/wp-content/themes/twentythirteen/css/ie.css +++ b/wp-content/themes/twentythirteen/css/ie.css @@ -143,6 +143,37 @@ img.alignleft { } /* Internet Explorer 7 */ +.ie7 audio, +.ie7 canvas, +.ie7 video { + display: inline; + zoom: 1; +} + +.ie7 legend { + margin-left: -7px; +} + +.ie7 button, +.ie7 input, +.ie7 select, +.ie7 textarea { + vertical-align: middle; +} + +.ie7 button, +.ie7 input[type="button"], +.ie7 input[type="reset"], +.ie7 input[type="submit"] { + overflow: visible; +} + +.ie7 input[type="checkbox"], +.ie7 input[type="radio"] { + height: 13px; + width: 13px; +} + .ie7 .assistive-text, .ie7 .site .screen-reader-text { clip: rect(1px 1px 1px 1px); /* IE7 */ diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index ff5e2bb73c..b618c30e8d 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -81,8 +81,6 @@ audio, canvas, video { display: inline-block; - *display: inline; - *zoom: 1; } audio:not([controls]) { @@ -215,7 +213,6 @@ kbd, pre, samp { font-family: monospace, serif; - _font-family: "Courier New", monospace; font-size: 14px; -webkit-hyphens: none; -moz-hyphens: none; @@ -353,7 +350,6 @@ legend { border: 0; padding: 0; white-space: normal; - *margin-left: -7px; } button, @@ -364,7 +360,6 @@ textarea { margin: 0; max-width: 100%; vertical-align: baseline; - *vertical-align: middle; } button, @@ -378,7 +373,6 @@ input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; - *overflow: visible; } button[disabled], @@ -389,8 +383,6 @@ input[disabled] { input[type="checkbox"], input[type="radio"] { padding: 0; - *height: 13px; - *width: 13px; } input[type="search"] {