comparison example.css @ 47:211d39a4552b

Updated example CSS stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Aug 2009 02:54:36 +0300
parents 9f02bf2207af
children d8d4d598903e
comparison
equal deleted inserted replaced
46:8c62c9223876 47:211d39a4552b
44 td { 44 td {
45 padding: 4px; 45 padding: 4px;
46 margin: 2px; 46 margin: 2px;
47 } 47 }
48 48
49 table.detailed, table.summary { 49 table {
50 border: 1px solid white; 50 border: 1px solid white;
51 } 51 }
52 52
53 table.detailed td, table.summary td { 53 table td {
54 font-size: 8pt; 54 font-size: 8pt;
55 } 55 }
56 56
57 td.blocked { 57 table.summary .blocked, table.ignored .blocked {
58 background: #400; 58 background: #400;
59 color: red; 59 color: red;
60 } 60 }