From 5169fc7a3b01b816058f1078ce27cf228b3679b0 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 27 Aug 2006 00:16:36 +0000 Subject: [PATCH] Twiddle colors a little to remove all that red. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@322 48356398-32a2-884e-a903-53898d9a118a --- docs/progress.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/progress.html b/docs/progress.html index a2ffb688..1b1bb57d 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -12,11 +12,11 @@ th {text-align:left;padding-top:1.4em;font-size:13pt; border-bottom:2px solid #000;background:#FFF;} thead th {text-align:left;padding:0.1em;background-color:#EEE;} -.impl-yes {background:#AFA;} +.impl-yes {background:#9D9;} .impl-partial {background:#FFA;} -.impl-no {background:#FAA;} +.impl-no {background:#CFC;} -.danger {background:#FEE;} +.danger {color:#600;} .css1 {color:#060;} .required {font-weight:bold;}