From ebdf49cff1bbe465a16fd407207f47c5b9025a5b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 18:32:46 +0000 Subject: [PATCH] r471: Remove the left edge of fieldset and scoot legend over 10px --- templates/report.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/report.css b/templates/report.css index 1e41d46..1f46c26 100644 --- a/templates/report.css +++ b/templates/report.css @@ -32,11 +32,12 @@ legend color: rgb(51, 51, 51); font-weight: bold; font-size: 11px; + margin-left: 10px; } fieldset { - border-width: 1px 0px 0px 1px; + border-width: 1px 0px 0px 0px; border-color: rgb(51, 51, 51); border-style: solid; padding: 5px; -- 2.22.5