From e6a4fdc322d77316546509be4f1c4ce8e9834334 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 18:42:13 +0000 Subject: [PATCH] r473: Color the legend to make it more noticable --- templates/report.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/report.css b/templates/report.css index 1f46c26..8f70381 100644 --- a/templates/report.css +++ b/templates/report.css @@ -29,16 +29,19 @@ legend { - color: rgb(51, 51, 51); + background-color: rgb(51, 51, 51); font-weight: bold; font-size: 11px; margin-left: 10px; + color: rgb(255, 255, 255); + padding: 2px; + border: 1px solid rgb(0, 0, 0); } fieldset { border-width: 1px 0px 0px 0px; - border-color: rgb(51, 51, 51); + border-color: rgb(0, 0, 0); border-style: solid; padding: 5px; } -- 2.22.5