(no commit message)
[utils] / wicket / components / src / main / resources / org / wamblee / wicket / css / reset.css
1 /* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
2 -------------------------------------------------------------- */
3
4 html, body, div, span, applet, object, iframe,
5 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6 a, abbr, acronym, address, big, cite, code,
7 del, dfn, em, font, img, ins, kbd, q, s, samp,
8 small, strike, strong, sub, sup, tt, var,
9 b, u, i, center,
10 dl, dt, dd, ol, ul, li,
11 fieldset, form, label, legend,
12 table, caption, tbody, tfoot, thead, tr, th, td {
13     padding: 0;
14     border: 0;
15     vertical-align: baseline;
16     background: transparent;
17 }
18 body {
19     line-height: 1;
20 }
21 h1, h2, h3, h4, h5, h6 {
22     font-weight: normal;
23     clear: both;
24 }
25 ol, ul {
26     list-style: none;
27 }
28 blockquote {
29     quotes: none;
30 }
31 blockquote:before, blockquote:after {
32     content: '';
33    /* content: none; */
34 }
35 del {
36     text-decoration: line-through;
37 }
38 /* tables still need 'cellspacing="0"' in the markup */
39 table {
40     /*border-collapse: collapse; */
41     border-spacing:  0px 0px 
42 }
43 a img { border: none; }
44
45