layout/reftests/table-bordercollapse/bordercol-orig.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 #B2B2B2}
    12 table.bottom {border-bottom: 1px solid #505050}
    13 table.bottomDark {border-bottom: 1px solid black}
    14 table.leftLight {border-left: 1px solid #B2B2B2}
    15 table.right {border-right: 1px solid  #505050}
    16 table.rightDark {border-right: 1px solid black}
    17 table.top {border-top: 1px solid  #505050}
    18 table.left {border-left: 1px solid  #505050}
    19 table.bc {border-collapse:collapse}
    20 tbody.border{border-top: 1px solid  #505050; border-bottom: 1px solid #505050; }
    21 tr.border{border-top: 1px solid  #505050; border-bottom: 1px solid  #505050; }
    22 td.border{border-left:1px solid #505050;}

mercurial