remove extra margin between unit test box results
[build-farm.git] / 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;
 }