summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bordercol.css
blob: 19168e0d57290d4e2070a0879e0a983424c97498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	
table {
	margin-bottom: 0.5in;
	}
caption {
	font-weight: bold;
	font-style: italic;
	}
td {background-color:LightCyan }

table.topLight {border-top: 1px solid #AFAFAF}
table.bottom {border-bottom: 1px solid black}
table.bottomDark {border-bottom: 1px solid #444444}
table.leftLight {border-left: 1px solid #AFAFAF}
table.right {border-right: 1px solid  black}
table.rightDark {border-right: 1px solid #444444}
table.top {border-top: 1px solid  black}
table.left {border-left: 1px solid  black}
table.bc {border-collapse:collapse}
tbody.border{border-top: 1px solid  black; border-bottom: 1px solid black; }
tr.border{border-top: 1px solid black; border-bottom: 1px solid  black; }
td.border{border-left:1px solid black;}
div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }