From 802e02a5ab2470629c84034500c85eb080a2dca0 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 15 Mar 2012 00:34:26 -0700 Subject: [PATCH] remove extra margin between unit test box results --- web/build_farm.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/build_farm.css b/web/build_farm.css index b6321b82..6b8fb010 100644 --- a/web/build_farm.css +++ b/web/build_farm.css @@ -18,9 +18,10 @@ color: rgb(0, 0, 0); font-family: monospace; } -#log .output .pretest { display: none;} #log div.unit { - margin: 5px; + /* We have already a margin that is implied by the \n in the HTML + * no need to remargin + * margin: 5px;*/ padding: 10px; border: 2px solid black; } -- 2.34.1