changeset 47:211d39a4552b

Updated example CSS stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Aug 2009 02:54:36 +0300
parents 8c62c9223876
children f6af53354c17
files README example.css
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Aug 16 02:52:09 2009 +0300
+++ b/README	Sun Aug 16 02:54:36 2009 +0300
@@ -52,6 +52,7 @@
 You need to edit the script, if you didn't install the configuration
 and maltfilter to paths described in installation section.
 
+An example
 
 Configuration and usage
 =======================
--- a/example.css	Sun Aug 16 02:52:09 2009 +0300
+++ b/example.css	Sun Aug 16 02:54:36 2009 +0300
@@ -46,15 +46,15 @@
 	margin: 2px;
 }
 
-table.detailed, table.summary {
+table {
 	border: 1px solid white;
 }
 
-table.detailed td, table.summary td {
+table td {
 	font-size: 8pt;
 }
 
-td.blocked {
+table.summary .blocked, table.ignored .blocked {
 	background: #400;
 	color: red;
 }