~dad-maintainers/dad/trunk

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
table {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-size:13px;
}
a:link {
    color:blue;
    text-decoration:none;
}
a:visited {
    color:#8b008b;
    text-decoration:none;
}
a:hover {
    color:red;
    text-decoration:none;
}
th {
    font-size:13px;
}
.td {
    border-color:silver;
    border-style:dotted;
    border-width:1px;
}
.tr:hover {
    background-color: #ffff9a;
}
input {
    border-style: none;
    vertical-align : top;
}
fieldset {
    border-style: none;
    height: 8px;
}