diff example.css @ 68:bac5931b8312

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Aug 2009 03:47:16 +0300
parents d8d4d598903e
children
line wrap: on
line diff
--- a/example.css	Tue Aug 18 03:38:31 2009 +0300
+++ b/example.css	Tue Aug 18 03:47:16 2009 +0300
@@ -51,10 +51,15 @@
 }
 
 table td {
+	padding: 2px;
 	font-size: 8pt;
 }
 
-table.global .blocked, table.ignored .blocked {
+table.global .filtered, table.ignored .filtered {
 	background: #400;
 	color: red;
 }
+
+table.filtered tr:hover td {
+	background: black;
+}