From 6b44ba652d17b496cc5c309f1e51ab9b2b4b949e Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 24 Feb 2013 16:04:11 -0800 Subject: [PATCH] remove padding --- Readme.md | 4 ++-- mocha-matrix.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index e4ee4f7..6dcf514 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # mocha-matrix - Mocha matrix test reporter for the browser + Mocha matrix test reporter for the browser. ## Installation @@ -9,7 +9,7 @@ ## API - + ## License diff --git a/mocha-matrix.css b/mocha-matrix.css index fdab616..d0acdd8 100644 --- a/mocha-matrix.css +++ b/mocha-matrix.css @@ -40,6 +40,8 @@ } #mocha .errors { + margin: 0; + padding: 0; opacity: 0; float: left; width: 100%;