layout/reftests/table-bordercollapse/bordercol.css

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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

mercurial