File tree Expand file tree Collapse file tree 3 files changed +49
-4
lines changed Expand file tree Collapse file tree 3 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 10
10
window.top.location = 'http://desktop.sonspring.com/ie.html';
11
11
</script>
12
12
<![endif]-->
13
- < link rel ="stylesheet " href ="assets/stylesheets/html .css " />
13
+ < link rel ="stylesheet " href ="assets/stylesheets/reset .css " />
14
14
< link rel ="stylesheet " href ="assets/stylesheets/desktop.css " />
15
15
<!--[if lt IE 9]>
16
16
<link rel="stylesheet" href="assets/stylesheets/ie.css" />
Original file line number Diff line number Diff line change 1
- /* `XHTML / HTML4 / HTML5 Reset
1
+ /* `XHTML, HTML4, HTML5 Reset
2
2
----------------------------------------------------------------------------------------------------*/
3
3
4
4
a ,
13
13
big ,
14
14
blockquote ,
15
15
body ,
16
+ canvas ,
16
17
caption ,
17
18
center ,
18
19
cite ,
19
20
code ,
20
21
dd ,
21
22
del ,
23
+ details ,
22
24
dfn ,
23
25
dialog ,
24
26
div ,
25
27
dl ,
26
28
dt ,
27
29
em ,
30
+ embed ,
28
31
fieldset ,
32
+ figcaption ,
29
33
figure ,
30
34
font ,
31
35
footer ,
@@ -50,12 +54,18 @@ legend,
50
54
li ,
51
55
mark ,
52
56
menu ,
57
+ meter ,
53
58
nav ,
54
59
object ,
55
60
ol ,
61
+ output ,
56
62
p ,
57
63
pre ,
64
+ progress ,
58
65
q ,
66
+ rp ,
67
+ rt ,
68
+ ruby ,
59
69
s ,
60
70
samp ,
61
71
section ,
64
74
strike ,
65
75
strong ,
66
76
sub ,
77
+ summary ,
67
78
sup ,
68
79
table ,
69
80
tbody ,
77
88
u ,
78
89
ul ,
79
90
var ,
80
- video {
91
+ video ,
92
+ xmp {
81
93
border : 0 ;
82
94
margin : 0 ;
83
95
padding : 0 ;
@@ -89,6 +101,27 @@ body {
89
101
height : 100% ;
90
102
}
91
103
104
+ article ,
105
+ aside ,
106
+ details ,
107
+ figcaption ,
108
+ figure ,
109
+ footer ,
110
+ header ,
111
+ hgroup ,
112
+ menu ,
113
+ nav ,
114
+ section {
115
+ /*
116
+ Override the default (display: inline) for
117
+ browsers that do not recognize HTML5 tags.
118
+
119
+ IE8 (and lower) requires a shiv:
120
+ http://ejohn.org/blog/html5-shiv
121
+ */
122
+ display : block;
123
+ }
124
+
92
125
b ,
93
126
strong {
94
127
/*
@@ -102,6 +135,11 @@ strong {
102
135
img {
103
136
font-size : 0 ;
104
137
vertical-align : middle;
138
+ /*
139
+ For IE.
140
+ http://css-tricks.com/ie-fix-bicubic-scaling-for-images
141
+ */
142
+ -ms-interpolation-mode : bicubic;
105
143
}
106
144
107
145
li {
@@ -122,4 +160,11 @@ caption {
122
160
font-weight : normal;
123
161
vertical-align : top;
124
162
text-align : left;
163
+ }
164
+
165
+ svg {
166
+ /*
167
+ For IE9 beta.
168
+ */
169
+ overflow : hidden;
125
170
}
Original file line number Diff line number Diff line change 10
10
window.top.location = 'http://desktop.sonspring.com/ie.html';
11
11
</script>
12
12
<![endif]-->
13
- < link rel ="stylesheet " href ="assets/stylesheets/html .css " />
13
+ < link rel ="stylesheet " href ="assets/stylesheets/reset .css " />
14
14
< link rel ="stylesheet " href ="assets/stylesheets/desktop.css " />
15
15
<!--[if lt IE 9]>
16
16
<link rel="stylesheet" href="assets/stylesheets/ie.css" />
You can’t perform that action at this time.
0 commit comments