Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / css / blueprint / src / reset.css @ 124:4a2b001a3331

History | View | Annotate | Download (1.05 KB)

1 0:ea666cc7880e hadi
/* --------------------------------------------------------------
2

3
   reset.css
4
   * Resets default browser CSS.
5

6
-------------------------------------------------------------- */
7
8
html, body, div, span, object, iframe,
9
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
10
a, abbr, acronym, address, code,
11
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
12
fieldset, form, label, legend,
13
table, caption, tbody, tfoot, thead, tr, th, td {
14
  margin: 0;
15
  padding: 0;
16
  border: 0;
17
  font-weight: inherit;
18
  font-style: inherit;
19
  font-size: 100%;
20
  font-family: inherit;
21
  vertical-align: baseline;
22
}
23
24
body {
25
  line-height: 1.5;
26
}
27
28
/* Tables still need 'cellspacing="0"' in the markup. */
29
table { border-collapse: separate; border-spacing: 0; }
30
caption, th, td { text-align: left; font-weight: normal; }
31
table, td, th { vertical-align: middle; }
32
33
/* Remove possible quote marks (") from <q>, <blockquote>. */
34
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
35
blockquote, q { quotes: "" ""; }
36
37
/* Remove annoying border on linked images. */
38
a img { border: none; }