From b5049ea85599b132a77b152c6c39345da9798af5 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Mon, 27 Apr 2015 02:13:26 +0200 Subject: [PATCH] Update test styles. --- test/styles.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/styles.less b/test/styles.less index 5f7d11d7..04289159 100644 --- a/test/styles.less +++ b/test/styles.less @@ -68,7 +68,7 @@ #mocha { max-width: 900px; - margin: 80px auto; + margin: 0 auto; ul, li, h1, h2 { margin: 0; @@ -201,7 +201,7 @@ } #mocha-report > .suite { - margin: 0; + margin: 32px; } }