layout/reftests/table-background/common.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 body {
     2 	color: lime;
     3 	background: #333333;
     4 	font-family: monospace;
     5 }
     6 :link {
     7 	color: yellow;
     8 }
     9 :visited {
    10 	color: #999900;
    11 }
    12 table {
    13 	border: 1px dotted;
    14 	border-spacing: 7px;
    15 	font-size: larger;
    16 	font-weight: 900;
    17 	font-family: sans-serif;
    18 	color: white;
    19 }
    20 td, th {
    21 	border: 1px dotted;
    22 }
    23 .separate {
    24 	border-collapse: separate;
    25 }
    26 .collapse {
    27 	border-collapse: collapse;
    28 }
    29 .b, .e {
    30 	border: 13px dotted;
    31 }
    33 /*Columns*/
    34 .a {width: 126px}
    35 .b {width: 192px}
    36 .c {width: 114px}
    37 .d {width: 109px}
    39 /*Rows*/
    40 .d {height: 96px}
    41 .h {height: 104px}
    42 .l {height: 80px}
    43 .p {height: 111px}

mercurial