]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - www/maps/maps/public/stylesheets/reset.css
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / maps / public / stylesheets / reset.css
1 html, body, div, span,
2 applet, object, iframe,
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code,
5 del, dfn, em, font, img, ins, kbd, q, s, samp,
6 small, strike, strong, sub, sup, tt, var,
7 dd, dl, dt, li, ol, ul,
8 fieldset, form, label, legend,
9 table, caption, tbody, tfoot, thead, tr, th, td {
10 margin: 0;
11 padding: 0;
12 border: 0;
13 font-weight: normal;
14 font-style: inherit;
15 font-size: 100%;
16 line-height: 1.5;
17 font-family: inherit;
18 text-align: inherit;
19 vertical-align: baseline;
20 background: transparent;
21 }
22 table {
23 border-collapse: collapse;
24 border-spacing: 0;
25 }
26 ol, ul {
27 list-style: none;
28 }
29 q:before, q:after,
30 blockquote:before, blockquote:after {
31 content: "";
32 }
33 blockquote, q {
34 quotes: "" "";
35 }