James Moger
2011-04-04 5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2
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
54
55
56
/*
 JGitWeb css.
*/
body, table, tr, th, td { font-size: 13px; }
 
table.object_header td, div.page_body, table.diff_tree td {
    font-size: 12px;
}
 
table.diff_tree td div.link {
    padding: 2px 5px;
    font-family: sans-serif;
    font-size: 9px;
}
 
div.link {
    padding: 2px 5px;
    font-family: sans-serif;
    font-size: 9px;
}
 
pre.prettyprint, pre.plainprint {
    font-size:12px;
    border:0px;
}
 
div.page_nav2 {
    padding: 0px 8px 8px 8px;    
}
 
table.project_list tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
table.project_list tr th.wicket_orderDown a {font-weight: bold; background-image: url(arrow_down.png); }
table.project_list tr th.wicket_orderUp a { font-weight: bold; background-image: url(arrow_up.png); }
table.project_list tr th.wicket_orderNone a { font-weight: normal; background-image: url(arrow_off.png); }
 
/* age0: age < 60*60*2 */
table.project_list .age0 {
    color: #009900;
    font-style: italic;
    font-weight: bold;
}
 
/* age1: 60*60*2 <= age < 60*60*24*2 */
table.project_list .age1 {
    color: #009900;
    font-style: italic;
}
 
/* age2: 60*60*24*2 <= age */
table.project_list .age2 {
    font-style: italic;
}
 
table.diff_tree td.size {
    width:80px;
}