File: reset.css

package info (click to toggle)
libmojomojo-perl 1.01%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,272 kB
  • ctags: 879
  • sloc: perl: 14,055; sh: 145; xml: 120; ruby: 6; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#header dl,
#header dt,
#header dd,
#header ul,
#header ol,
#header li,
#toplinks li,
#toplinks ul,
#pagenav ul,
#pagenav li,
#bottomnav ul,
#bottomnav li,
#breadcrumbs ul,
#breadcrumbs li,
#pageoptions ul,
#pageoptions li
#header h1,
form {
    margin: 0;
    padding:0 ;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var:not(#content) {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
}