blob: b2b078943c4512f4598bd0b3c021f7866373fe93 [file] [log] [blame]
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
2html,
3body,
4div,
5span,
6applet,
7object,
8iframe,
9h1,
10h2,
11h3,
12h4,
13h5,
14h6,
15p,
16blockquote,
17pre,
18a,
19abbr,
20acronym,
21address,
22big,
23cite,
24code,
25del,
26dfn,
27em,
28img,
29ins,
30kbd,
31q,
32s,
33samp,
34small,
35strike,
36strong,
37sub,
38sup,
39tt,
40var,
41b,
42u,
43i,
44center,
45dl,
46dt,
47dd,
48ol,
49ul,
50li,
51fieldset,
52form,
53label,
54legend,
55table,
56caption,
57tbody,
58tfoot,
59thead,
60tr,
61th,
62td,
63article,
64aside,
65canvas,
66details,
67embed,
68figure,
69figcaption,
70footer,
71header,
72hgroup,
73menu,
74nav,
75output,
76ruby,
77section,
78summary,
79time,
80mark,
81audio,
82video {
83 margin: 0;
84 padding: 0;
85 border: 0;
86 font-size: 100%;
87 font: inherit;
88 vertical-align: baseline;
89}
90/* HTML5 display-role reset for older browsers */
91article,
92aside,
93details,
94figcaption,
95figure,
96footer,
97header,
98hgroup,
99menu,
100nav,
101section {
102 display: block;
103}
104body {
105 line-height: 1;
106}
107ol,
108ul {
109 list-style: none;
110}
111blockquote,
112q {
113 quotes: none;
114}
115blockquote:before,
116blockquote:after,
117q:before,
118q:after {
119 content: '';
120 content: none;
121}
122table {
123 border-collapse: collapse;
124 border-spacing: 0;
125}