]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/public/css/reset.css
Remove font-weight inheritance
[airbundle] / Resources / public / css / reset.css
1 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
2 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
3 ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
4 dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
5 tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
6 figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
7 time, mark, audio, video, input, textarea, button, select, option, optgroup {
8 border: 0;
9 font-family: inherit;
10 font-size: inherit;
11 font-stretch: inherit;
12 font-style: inherit;
13 line-height: inherit;
14 margin: 0;
15 padding: 0;
16 vertical-align: baseline;
17 }
18
19 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
20 section {
21 display: block;
22 }
23
24 body {
25 line-height: normal;
26 }
27
28 ol, ul {
29 list-style: none;
30 }
31
32 blockquote, q {
33 quotes: none;
34 }
35
36 blockquote:before, blockquote:after, q:before, q:after {
37 content: '';
38 content: none;
39 }
40
41 table {
42 border-collapse: collapse;
43 border-spacing: 0;
44 }