File: bredfort.css

package info (click to toggle)
libxslt 1.1.43-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,556 kB
  • sloc: xml: 66,120; ansic: 36,088; sh: 4,582; python: 3,206; makefile: 1,378; javascript: 470; perl: 34
file content (53 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (15)
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;
}