]> git.openstreetmap.org Git - stateofthemap.git/blob - register/090601/css/reset.css
Extra resources for State of the Map 2012 site
[stateofthemap.git] / register / 090601 / css / reset.css
1 html, body, div, span, applet, object, iframe,
2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3 a, abbr, acronym, address, big, cite, code,
4 del, dfn, em, font, img, ins, kbd, q, s, samp,
5 small, strike, strong, sub, sup, tt, var,
6 b, u, i, center,
7 dl, dt, dd, ol, ul, li,
8 fieldset, form, label, legend,
9 table, caption, tbody, tfoot, thead, tr, th, td {
10         font-family: arial;
11         margin: 0;
12         padding: 0;
13         border: 0;
14         outline: 0;
15         font-size: 100%;
16         font-weight: normal;
17         vertical-align: baseline;
18         background: transparent;
19 }
20 body {
21         /*line-height: 1;*/
22 }
23 ol, ul {
24         list-style: none;
25 }
26 blockquote, q {
27         quotes: none;
28 }
29 blockquote:before, blockquote:after,
30 q:before, q:after {
31         content: '';
32         content: none;
33 }
34
35 :focus {
36         outline: 0;
37 }
38
39 ins {
40         text-decoration: none;
41 }
42 del {
43         text-decoration: line-through;
44 }
45
46 table {
47         border-collapse: collapse;
48         border-spacing: 0;
49 }