Daniel@0
|
1 /* http://meyerweb.com/eric/tools/css/reset/
|
Daniel@0
|
2 v2.0 | 20110126
|
Daniel@0
|
3 License: none (public domain)
|
Daniel@0
|
4 */
|
Daniel@0
|
5
|
Daniel@0
|
6 html, body, div, span, applet, object, iframe,
|
Daniel@0
|
7 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
Daniel@0
|
8 a, abbr, acronym, address, big, cite, code,
|
Daniel@0
|
9 del, dfn, em, img, ins, kbd, q, s, samp,
|
Daniel@0
|
10 small, strike, strong, sub, sup, tt, var,
|
Daniel@0
|
11 b, u, i, center,
|
Daniel@0
|
12 dl, dt, dd, ol, ul, li,
|
Daniel@0
|
13 fieldset, form, label, legend,
|
Daniel@0
|
14 table, caption, tbody, tfoot, thead, tr, th, td,
|
Daniel@0
|
15 article, aside, canvas, details, embed,
|
Daniel@0
|
16 figure, figcaption, footer, header, hgroup,
|
Daniel@0
|
17 menu, nav, output, ruby, section, summary,
|
Daniel@0
|
18 time, mark, audio, video {
|
Daniel@0
|
19 margin: 0;
|
Daniel@0
|
20 padding: 0;
|
Daniel@0
|
21 border: 0;
|
Daniel@0
|
22 font-size: 100%;
|
Daniel@0
|
23 font: inherit;
|
Daniel@0
|
24 vertical-align: baseline;
|
Daniel@0
|
25 }
|
Daniel@0
|
26 /* HTML5 display-role reset for older browsers */
|
Daniel@0
|
27 article, aside, details, figcaption, figure,
|
Daniel@0
|
28 footer, header, hgroup, menu, nav, section {
|
Daniel@0
|
29 display: block;
|
Daniel@0
|
30 }
|
Daniel@0
|
31 body {
|
Daniel@0
|
32 line-height: 1;
|
Daniel@0
|
33 }
|
Daniel@0
|
34 ol, ul {
|
Daniel@0
|
35 list-style: none;
|
Daniel@0
|
36 }
|
Daniel@0
|
37 blockquote, q {
|
Daniel@0
|
38 quotes: none;
|
Daniel@0
|
39 }
|
Daniel@0
|
40 blockquote:before, blockquote:after,
|
Daniel@0
|
41 q:before, q:after {
|
Daniel@0
|
42 content: '';
|
Daniel@0
|
43 content: none;
|
Daniel@0
|
44 }
|
Daniel@0
|
45 table {
|
Daniel@0
|
46 border-collapse: collapse;
|
Daniel@0
|
47 border-spacing: 0;
|
Daniel@0
|
48 } |