From 4a0b5b2ea8a437bcf27689c5024266aefd2ceb09 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 4 Jan 2008 13:55:38 +0000 Subject: [PATCH] Make resulttable border even. (kludge: slitpanel overlap) svn changeset:3375/svn branch:trunk --- WebContent/ITMILL/themes/testingtools/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css index 9a6207421a..dc8b8caca6 100644 --- a/WebContent/ITMILL/themes/testingtools/styles.css +++ b/WebContent/ITMILL/themes/testingtools/styles.css @@ -1,9 +1,10 @@ .resulttable { - border-collapse: collapse; border-spacing: 0px; margin: 0px 0px 0px 0px; width: 100%; + border-left: 1px solid #b6bbbc; } + .resulttable TR.error { background-color: #ffeeee; } -- 2.39.5