summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bordercol-orig.css
blob: 65dc2803d02b4ff34aea4b06af78710e85c38890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
	
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;}