remove extra margin between unit test box results
authorMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 07:34:26 +0000 (00:34 -0700)
committerMatthieu Patou <mat@matws.net>
Thu, 15 Mar 2012 07:34:26 +0000 (00:34 -0700)
web/build_farm.css

index b6321b825e4f9da1889cdcf103026d41ac9e116a..6b8fb01021f14f8a0610fceb65c264dc199f0b38 100644 (file)
        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;
 }