Migrate 4 builtin fields to fields2: priority, resolution, severity, status.
[bugdar.git] / admin / templates / css / reset.css
1 /*
2 html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
3 v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
4 html5doctor.com/html-5-reset-stylesheet/
5 */
6
7 html, body, div, span, object, iframe,
8 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9 abbr, address, cite, code,
10 del, dfn, em, img, ins, kbd, q, samp,
11 small, strong, sub, sup, var,
12 b, i,
13 dl, dt, dd, ol, ul, li,
14 fieldset, form, label, legend,
15 table, caption, tbody, tfoot, thead, tr, th, td,
16 article, aside, figure, footer, header,
17 hgroup, menu, nav, section, menu,
18 time, mark, audio, video {
19 margin:0;
20 padding:0;
21 border:0;
22 outline:0;
23 font-size:100%;
24 vertical-align:baseline;
25 background:transparent;
26 }
27
28 article, aside, figure, footer, header,
29 hgroup, nav, section { display:block; }
30
31 nav ul { list-style:none; }
32
33 blockquote, q { quotes:none; }
34
35 blockquote:before, blockquote:after,
36 q:before, q:after { content:''; content:none; }
37
38 a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
39
40 ins { background-color:#ff9; color:#000; text-decoration:none; }
41
42 mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
43
44 del { text-decoration: line-through; }
45
46 abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
47
48 /* tables still need cellspacing="0" in the markup */
49 table { border-collapse:collapse; border-spacing:0; }
50
51 hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
52
53 input, select { vertical-align:middle; }