[go: up one dir, main page]

Menu

[r3]: / css / site.css  Maximize  Restore  History

Download this file

29 lines (28 with data), 414 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
TABLE.main {
border: thin black solid;
width: 500px;
}
td.display {
font-size: medium;
font-style: italic;
}
td.display-proto {
font-size: medium;
font-style: italic;
border-left:thin solid black;
}
td.status{
font-size: small;
text-align: center;
}
td.thead {
text-align: center;
font-size: medium;
color: blue;
}
a {
text-decoration:none;
}
img {
border-style:none;
}