Download this file
124 lines (92 with data), 1.5 kB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122 | body {
background-color: #ffffff;
color: #000000;
margin: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
.banner {
width: 100%;
font-size: 20px;
text-align: center;
}
.banner a{
text-decoration:none;
}
.title {
font-size: 30px;
font-weight: bold;
vertical-align: top;
}
h1 {
font-size: 20px;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 15px;
font-weight: bold;
text-align: center;
}
.summaryDiv {
text-align: center;
}
.filesDiv {
text-align: center;
}
.detailDiv {
align: center;
}
.table {
border: 1px solid #CCCCCC;
border-spacing: 0px;
background-color: #F1F1F1;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
.summaryTable {
}
.filesTable {
}
.detailTable {
}
.tableHead {
background-color: #92A9ED;
font-weight: bold;
padding: 2px;
padding-left: 5px;
text-align: center;
vertical-align: top;
border: 1px solid #CCCCCC;
}
.tableCell {
border: 1px solid #CCCCCC;
padding: 2px;
}
.filePathCell {
}
.fileErrorsCell {
}
.summaryLeftCell {
}
.summaryRightCell {
color: #990000;
font-weight: bold;
}
.detailLineCell {
font-weight: bold;
text-align: center;
}
.detailMessageCell {
}
.detailLevelCell {
text-align: center;
width: 8em;
}
.footer {
}
.copyright {
color: #4076B9;
font-size: 10px;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.