Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

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