File: test.css

package info (click to toggle)
libchewing 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,588 kB
  • ctags: 878
  • sloc: sh: 9,738; ansic: 7,644; makefile: 234; python: 49
file content (33 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
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
h3.suite {
	color: #6699cc;
}

.failed {
	color: #C61300;
}

.success {
	color: #015010;
}

p.testname {
	font-weight: bold;
}

p.test {
	color: #333333;
}

div.test {
	text-align: left;
	border: 1px solid #333333;
	width: auto;
	margin-bottom: 1em;
}

#results {
	text-align: left;
	border: 1px solid #333333;
	width: auto;
	margin-bottom: 1em;
}