From 7f57fcec7e850e5516b65f515add19b1704c6f63 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 23 Apr 2011 08:12:56 -0400 Subject: [PATCH] Fix the bgcolor on the mailman pages. IE misparses a three-digit specification, so use 6 digits there. --- collects/meta/web/stubs/mailman.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/web/stubs/mailman.rkt b/collects/meta/web/stubs/mailman.rkt index 705c71fe24..ec5af6a810 100644 --- a/collects/meta/web/stubs/mailman.rkt +++ b/collects/meta/web/stubs/mailman.rkt @@ -28,7 +28,7 @@ }}) (define (subp . body) (apply div class: 'subp body)) -(define (graytd . body) (apply td bgcolor: "#ddd" body)) +(define (graytd . body) (apply td bgcolor: "#dddddd" body)) (define listinfo @page[#:title @list{Mailing lists: @MM{List-Name}}