# HG changeset patch # User Matti Hamalainen # Date 1250380476 -10800 # Node ID 211d39a4552b20d26c128faf18b5832ede10438a # Parent 8c62c92238767e8b8e81a6a76072fd0af9ecbd74 Updated example CSS stylesheet. diff -r 8c62c9223876 -r 211d39a4552b README --- 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 ======================= diff -r 8c62c9223876 -r 211d39a4552b example.css --- 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; }