layout/reftests/table-bordercollapse/bordercol.css

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1
michael@0 2 table {
michael@0 3 margin-bottom: 0.5in;
michael@0 4 }
michael@0 5 caption {
michael@0 6 font-weight: bold;
michael@0 7 font-style: italic;
michael@0 8 }
michael@0 9 td {background-color:LightCyan }
michael@0 10
michael@0 11 table.topLight {border-top: 1px solid #AFAFAF}
michael@0 12 table.bottom {border-bottom: 1px solid black}
michael@0 13 table.bottomDark {border-bottom: 1px solid #444444}
michael@0 14 table.leftLight {border-left: 1px solid #AFAFAF}
michael@0 15 table.right {border-right: 1px solid black}
michael@0 16 table.rightDark {border-right: 1px solid #444444}
michael@0 17 table.top {border-top: 1px solid black}
michael@0 18 table.left {border-left: 1px solid black}
michael@0 19 table.bc {border-collapse:collapse}
michael@0 20 tbody.border{border-top: 1px solid black; border-bottom: 1px solid black; }
michael@0 21 tr.border{border-top: 1px solid black; border-bottom: 1px solid black; }
michael@0 22 td.border{border-left:1px solid black;}
michael@0 23 div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }
michael@0 24

mercurial