]> git.imager.perl.org - bse.git/blame - t-js/tests.css
move html to the template rather than generating in code
[bse.git] / t-js / tests.css
CommitLineData
0c3d2fc5
TC
1#tests {
2 font: 10px Arial;
3}
4
5#tests.passed {
6 background-color: #CFC;
7}
8
9#tests.failed {
10 background-color: #FCC;
11}
12
13.ok {
14 color: #080;
15}
16
17.fail {
18 color: #F00;
19 font-weight: bold;
20}
21
22.skip, .plan, .diag {
23 color: #444;
24}