From: Matthieu Patou Date: Thu, 15 Mar 2012 07:34:26 +0000 (-0700) Subject: remove extra margin between unit test box results X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=802e02a5ab2470629c84034500c85eb080a2dca0 remove extra margin between unit test box results --- 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; }