CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git] / layout / reftests / table-bordercollapse / bordercol-orig.css
blob65dc2803d02b4ff34aea4b06af78710e85c38890
2 table {
3 margin-bottom: 0.5in;
5 caption {
6 font-weight: bold;
7 font-style: italic;
9 td {background-color:LightCyan }
11 table.topLight {border-top: 1px solid #B2B2B2}
12 table.bottom {border-bottom: 1px solid #505050}
13 table.bottomDark {border-bottom: 1px solid black}
14 table.leftLight {border-left: 1px solid #B2B2B2}
15 table.right {border-right: 1px solid #505050}
16 table.rightDark {border-right: 1px solid black}
17 table.top {border-top: 1px solid #505050}
18 table.left {border-left: 1px solid #505050}
19 table.bc {border-collapse:collapse}
20 tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
21 tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
22 td.border{border-left:1px solid #505050;}