Ticket #23507: 23507.1.diff

File 23507.1.diff, 1.8 KB (added by obenland, 3 months ago)

Moves all IE7-specific attributes to ie.css and removes the IE6-specific attribute.

Line 
1Index: wp-content/themes/twentythirteen/css/ie.css
2===================================================================
3--- wp-content/themes/twentythirteen/css/ie.css (revision 23592)
4+++ wp-content/themes/twentythirteen/css/ie.css (working copy)
5@@ -140,6 +140,36 @@
6 
7 
8 /* Internet Explorer 7 */
9+.ie7 audio,
10+.ie7 canvas,
11+.ie7 video {
12+       display: inline;
13+       zoom: 1;
14+}
15+
16+.ie7 legend {
17+       margin-left: -7px;
18+}
19+
20+.ie7 button,
21+.ie7 input,
22+.ie7 select,
23+.ie7 textarea {
24+       vertical-align: middle;
25+}
26+.ie7 button,
27+.ie7 input[type="button"],
28+.ie7 input[type="reset"],
29+.ie7 input[type="submit"] {
30+       overflow: visible;
31+}
32+
33+.ie7 input[type="checkbox"],
34+.ie7 input[type="radio"] {
35+       height: 13px;
36+       width: 13px;
37+}
38+
39 .ie7 .assistive-text,
40 .ie7 .site .screen-reader-text {
41        clip: rect(1px 1px 1px 1px); /* IE7 */
42Index: wp-content/themes/twentythirteen/style.css
43===================================================================
44--- wp-content/themes/twentythirteen/style.css  (revision 23592)
45+++ wp-content/themes/twentythirteen/style.css  (working copy)
46@@ -81,8 +81,6 @@
47 canvas,
48 video {
49        display: inline-block;
50-       *display: inline;
51-       *zoom: 1;
52 }
53 
54 audio:not([controls]) {
55@@ -215,7 +213,6 @@
56 pre,
57 samp {
58        font-family: monospace, serif;
59-       _font-family: "Courier New", monospace;
60        font-size: 14px;
61        -webkit-hyphens: none;
62        -moz-hyphens:    none;
63@@ -353,7 +350,6 @@
64        border: 0;
65        padding: 0;
66        white-space: normal;
67-       *margin-left: -7px;
68 }
69 
70 button,
71@@ -364,7 +360,6 @@
72        margin: 0;
73        max-width: 100%;
74        vertical-align: baseline;
75-       *vertical-align: middle;
76 }
77 
78 button,
79@@ -378,7 +373,6 @@
80 input[type="submit"] {
81        -webkit-appearance: button;
82        cursor: pointer;
83-       *overflow: visible;
84 }
85 
86 button[disabled],
87@@ -389,8 +383,6 @@
88 input[type="checkbox"],
89 input[type="radio"] {
90        padding: 0;
91-       *height: 13px;
92-       *width: 13px;
93 }
94 
95 input[type="search"] {