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