summaryrefslogtreecommitdiff
path: root/tests/documents/bredfort.css
blob: 6d68a84368364b0c9eda546c1b0b3ab62db21138 (plain)
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
46
47
48
49
50
51
52
53
p.who {
	font-size: small;
	text-align: right;
}

hr.thin {
	height: 1px;
}

table.progress {
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-bottom: hidden;

}

td:first-child.progress {
	border-spacing: 0px;
	border-style: solid;
	border-right: hidden;
	border-left: hidden;
	border-width: 1px;
}

td.progress {
	border-spacing: 0px;
	border-style: solid;
	border-right: hidden;
	border-width: 1px;
}

th:first-child.progress {
	border-spacing: 0px;
	border-style: solid;
	border-right: hidden;
	border-left: hidden;
	border-top: hidden;
	border-width: 1px;
	border-bottom: solid 2px;
}

th.progress {
	border-spacing: 0px;
	border-style: solid;
	border-right: hidden;
	border-width: 1px;
	border-top: hidden;
	border-bottom: solid 2px;
}