From eb07553cd84446ff9000d74f70e8e0d2f49b32d4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 16:12:49 +0000 Subject: [PATCH] r463: IE fixes and removing coloured borders --- templates/report.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/report.css b/templates/report.css index e9c801f..b8d2c34 100644 --- a/templates/report.css +++ b/templates/report.css @@ -20,15 +20,13 @@ #leftcol { float: left; - width: 50%; - border: 1px solid red; + width: 49%; } #rightcol { - width: 50%; + width: 49%; margin-left: 50%; - border: 1px solid blue; } label -- 2.22.5