add .gitignore
[swift-upb.git] / mfold / report.css
1 table#main table {
2     background: #ffe;
3 }
4
5 td.host {
6     text-align: center;
7     font: 24pt "Courier";
8 }
9
10 table.channel {
11 /*    border: 1 dotted #aa5; */
12     font-size: smaller;
13 }
14
15 td {
16     border-top: 1 dotted #aa5;
17     border-spacing: 0;
18 }
19
20 pp {
21     color: #a00;
22 }
23
24 tr.bytes {
25     background: #fed;
26 }
27
28 img.thumb {
29     width: 160pt;
30     border-style: none;
31 }
32
33 table#main tr td {
34     vertical-align: top;
35 }