]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/public/css/reset.css
77d2998900bb75dc6c66798562961bef3d5cc6c7
[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 margin: 0;
9 padding: 0;
10 border: 0;
11 font-size: 100%;
12 font: inherit;
13 vertical-align: baseline;
14 }
15
16 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
17 section {
18 display: block;
19 }
20
21 body {
22 line-height: normal;
23 }
24
25 ol, ul {
26 list-style: none;
27 }
28
29 blockquote, q {
30 quotes: none;
31 }
32
33 blockquote:before, blockquote:after, q:before, q:after {
34 content: '';
35 content: none;
36 }
37
38 table {
39 border-collapse: collapse;
40 border-spacing: 0;
41 }