Manifold got a NxN html table
[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 }