Menu

[r11]: / html / printing.css  Maximize  Restore  History

Download this file

41 lines (39 with data), 619 Bytes

 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
body {
font-family: Sans-serif;
font-size: 60%;
}
table {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
tr {
vertical-align: top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td {
vertical-align: top;
font-size: 60%;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
}
.new td {
border-top: thin black solid;
}
th {
text-align: left;
font-size: 60%;
border-top: thin black solid;
border-bottom: thin black solid;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
}
th.number {
text-align: right;
}
td.number {
text-align: right;
}
strong {
font-size: 105%;
}
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.