Skip to content

Commit 0b099e8

Browse files
committed
Merge remote branch 'origin/master'
2 parents 984fdb2 + b8e388d commit 0b099e8

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

assets/stylesheets/html.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
/* `HTML5 Reset
1+
/* `XHTML / HTML4 / HTML5 Reset
22
----------------------------------------------------------------------------------------------------*/
33

44
a,
55
abbr,
6+
acronym,
67
address,
8+
applet,
79
article,
810
aside,
911
audio,
1012
b,
13+
big,
1114
blockquote,
1215
body,
1316
caption,
17+
center,
1418
cite,
1519
code,
1620
dd,
@@ -23,6 +27,7 @@ dt,
2327
em,
2428
fieldset,
2529
figure,
30+
font,
2631
footer,
2732
form,
2833
h1,
@@ -51,10 +56,12 @@ ol,
5156
p,
5257
pre,
5358
q,
59+
s,
5460
samp,
5561
section,
5662
small,
5763
span,
64+
strike,
5865
strong,
5966
sub,
6067
sup,
@@ -66,12 +73,13 @@ th,
6673
thead,
6774
time,
6875
tr,
76+
tt,
77+
u,
6978
ul,
7079
var,
7180
video {
7281
border: 0;
7382
margin: 0;
74-
outline: 0;
7583
padding: 0;
7684
font-size: 100%;
7785
}
@@ -93,6 +101,14 @@ strong {
93101

94102
img {
95103
font-size: 0;
104+
vertical-align: middle;
105+
}
106+
107+
li {
108+
/*
109+
For IE6 + IE7.
110+
*/
111+
display: list-item;
96112
}
97113

98114
table {

0 commit comments

Comments
 (0)