tenfourfox/layout/reftests/table-bordercollapse/bordercol-orig.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
763 B
CSS

table {
margin-bottom: 0.5in;
}
caption {
font-weight: bold;
font-style: italic;
}
td {background-color:LightCyan }
table.topLight {border-top: 1px solid #B2B2B2}
table.bottom {border-bottom: 1px solid #505050}
table.bottomDark {border-bottom: 1px solid black}
table.leftLight {border-left: 1px solid #B2B2B2}
table.right {border-right: 1px solid #505050}
table.rightDark {border-right: 1px solid black}
table.top {border-top: 1px solid #505050}
table.left {border-left: 1px solid #505050}
table.bc {border-collapse:collapse}
tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
td.border{border-left:1px solid #505050;}