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.

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

mercurial