]> git.immae.eu Git - github/wallabag/wallabag.git/blob - css/reset.css
mise en page
[github/wallabag/wallabag.git] / css / reset.css
1 html, body, div, span, object, iframe,
2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3 a, abbr, acronym, address, code,
4 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
5 fieldset, form, label, legend,
6 table, caption, tbody, tfoot, thead, tr, th, td {
7 margin: 0;
8 padding: 0;
9 border: 0;
10 font-weight: inherit;
11 font-style: inherit;
12 font-size: 100%;
13 font-family: inherit;
14 vertical-align: baseline;
15 }
16
17
18 /* Tables still need 'cellspacing="0"' in the markup. */
19 table { border-collapse: separate; border-spacing: 0; }
20 caption, th, td { text-align: left; font-weight: normal; }
21 table, td, th { vertical-align: middle; }
22
23 /* Remove possible quote marks (") from <q>, <blockquote>. */
24 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
25 blockquote, q { quotes: "" ""; }
26
27 /* Remove annoying border on linked images. */
28 a img { border: none; }
29
30
31 body {
32
33 margin: 10px;
34 }
35