Project

General

Profile

1
body, table {
2
    font-family: Verdana, Arial, sans-serif;
3
    font-size: 12;
4
}
5

    
6
table {
7
    border-collapse: collapse;
8
    border: 1px solid #ccc;
9
}
10

    
11
th, td {
12
    padding-left: 0.3em;
13
    padding-right: 0.3em;
14
}
15

    
16
a {
17
    text-decoration: none;
18
}
19

    
20
.title {
21
    font-style: italic;
22
}
23

    
24
.selected {
25
    background-color: #ffffcc;
26
}
27

    
28
.status_done {
29
    background-color: #eeffee;
30
}
31

    
32
.status_passed {
33
    background-color: #ccffcc;
34
}
35

    
36
.status_failed {
37
    background-color: #ffcccc;
38
}
39

    
40
.breakpoint {
41
    background-color: #cccccc;
42
    border: 1px solid black;
43
}
(12-12/13)