09d9131abc3c998ed5e5bf3f6d04512d885a58e0
[packages/precise/mcollective.git] / website / blueprint / src / reset.css
1 /* --------------------------------------------------------------
2
3    reset.css
4    * Resets default browser CSS.
5
6 -------------------------------------------------------------- */
7
8 html, body, div, span, object, iframe,
9 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
10 a, abbr, acronym, address, code,
11 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
12 fieldset, form, label, legend,
13 table, caption, tbody, tfoot, thead, tr, th, td,
14 article, aside, dialog, figure, footer, header,
15 hgroup, nav, section {
16   margin: 0;
17   padding: 0;
18   border: 0;
19   font-weight: inherit;
20   font-style: inherit;
21   font-size: 100%;
22   font-family: inherit;
23   vertical-align: baseline;
24 }
25
26 article, aside, dialog, figure, footer, header,
27 hgroup, nav, section {
28     display:block;
29 }
30
31 body {
32   line-height: 1.5;
33 }
34
35 /* Tables still need 'cellspacing="0"' in the markup. */
36 table { border-collapse: separate; border-spacing: 0; }
37 caption, th, td { text-align: left; font-weight: normal; }
38 table, td, th { vertical-align: middle; }
39
40 /* Remove possible quote marks (") from <q>, <blockquote>. */
41 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
42 blockquote, q { quotes: "" ""; }
43
44 /* Remove annoying border on linked images. */
45 a img { border: none; }