]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - doc/project_overview/reset.css
Added styles for blockquotes and regular quotes (<q> elements).
[dead/census-tools.git] / doc / project_overview / reset.css
1 /*
2 From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
3
4 Modified to use text-align: inherit.
5 Also moved the line-height: 1 rule to the body element to be inherited.
6
7 Don't forget to set a foreground and background color
8 on the 'html' or 'body' element!
9 */
10
11 body {
12 line-height: 1;
13 }
14 html, body, div, span,
15 applet, object, iframe,
16 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
17 a, abbr, acronym, address, big, cite, code,
18 del, dfn, em, font, img, ins, kbd, q, s, samp,
19 small, strike, strong, sub, sup, tt, var,
20 dd, dl, dt, li, ol, ul,
21 fieldset, form, label, legend,
22 table, caption, tbody, tfoot, thead, tr, th, td {
23 margin: 0;
24 padding: 0;
25 border: 0;
26 font-weight: inherit;
27 font-style: inherit;
28 font-size: 100%;
29 font-family: inherit;
30 text-align: inherit;
31 vertical-align: baseline;
32 }
33 table {
34 border-collapse: collapse;
35 border-spacing: 0;
36 }
37 ol, ul {
38 list-style: none;
39 }
40 q:before, q:after,
41 blockquote:before, blockquote:after {
42 content: "";
43 }
44 blockquote, q {
45 quotes: "" "";
46 }