Initial commit
[noblow.git] / resources / public / css / reset.css
blob3af4882a17c6abadc6e096fc56029301fbab172a
1 html {
2 margin:0;
3 padding:0;
4 border:0;
7 body, div, span, object, iframe,
8 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9 a, abbr, acronym, address, code,
10 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
11 fieldset, form, label, legend,
12 table, caption, tbody, tfoot, thead, tr, th, td,
13 article, aside, dialog, figure, footer, header,
14 hgroup, nav, section {
15 margin: 0;
16 padding: 0;
17 border: 0;
18 font-weight: inherit;
19 font-style: inherit;
20 font-size: 100%;
21 font-family: inherit;
22 vertical-align: baseline;
25 article, aside, dialog, figure, footer, header,
26 hgroup, nav, section {
27 display:block;
30 body {
31 line-height: 1.5;
32 background: white;
35 table {
36 border-collapse: separate;
37 border-spacing: 0;
40 caption, th, td {
41 text-align: left;
42 font-weight: normal;
43 float:none !important;
45 table, th, td {
46 vertical-align: middle;
49 blockquote:before, blockquote:after, q:before, q:after { content: ''; }
50 blockquote, q { quotes: "" ""; }
52 a img { border: none; }
54 /*:focus { outline: 0; }*/