From: Jason Etheridge Date: Wed, 7 Aug 2013 20:50:38 +0000 (-0400) Subject: sample CSS for test_output_filter_html.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56f696eeafe1063c7145ecbba56069c67298d618;p=working%2Frandom.git sample CSS for test_output_filter_html.pl --- diff --git a/qa/test_output.css b/qa/test_output.css new file mode 100644 index 000000000..e9f3b204e --- /dev/null +++ b/qa/test_output.css @@ -0,0 +1,7 @@ +* { color: gray; } +.comment { color: black; } +.ok { color: green; font-weight: bold; } +.error { color: red; font-weight: bold; } +.notok { color: red; font-weight: bold; } +.pass { color: green; font-weight: bold; } +.fail { color: red; font-weight: bold; }