comparison example.css @ 68:bac5931b8312

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Aug 2009 03:47:16 +0300
parents d8d4d598903e
children
comparison
equal deleted inserted replaced
67:8df5d52436a1 68:bac5931b8312
49 table { 49 table {
50 border: 1px solid white; 50 border: 1px solid white;
51 } 51 }
52 52
53 table td { 53 table td {
54 padding: 2px;
54 font-size: 8pt; 55 font-size: 8pt;
55 } 56 }
56 57
57 table.global .blocked, table.ignored .blocked { 58 table.global .filtered, table.ignored .filtered {
58 background: #400; 59 background: #400;
59 color: red; 60 color: red;
60 } 61 }
62
63 table.filtered tr:hover td {
64 background: black;
65 }