From 560495b91aeb83cacb23fe4025fee7c76f2de7c6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 15 Apr 2011 14:37:33 +0200 Subject: change strings to achieve same length for all types --- print.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print.css') diff --git a/print.css b/print.css index 527ef68..01eb8cd 100644 --- a/print.css +++ b/print.css @@ -153,9 +153,9 @@ tr#summary td.sum[title|='0%']{ } -td.ayes, input.chosen { background-color:#9c6; } -td.cno { background-color:#F96; } -td.bmaybe { background-color:#FF6; } +td.a_yes__, input.chosen { background-color:#9c6; } +td.c_no___ { background-color:#F96; } +td.b_maybe { background-color:#FF6; } td.undecided { background-color:#DDD;color:#666 } td.name { -- cgit v1.2.3