From bdd285748d8b8fc409f4d2139ee544a3f436bd28 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 6 Aug 2012 15:57:08 -0400 Subject: [PATCH] Added CSS to combat breakage when used with a CSS Reset Specifically modeled against Eric A. Meyer's CSS reset (Available here: http://meyerweb.com/eric/tools/css/reset/). Adds some styles to ensure the generated table looks good all the time. --- dBug.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dBug.php b/dBug.php index b1e42f1..09107d2 100755 --- a/dBug.php +++ b/dBug.php @@ -2,7 +2,7 @@ /*********************************************************************************************************************\ * LAST UPDATE * ============ - * August 2nd, 2012 + * August 6th, 2012 * * * AUTHOR @@ -483,9 +483,15 @@ class dBug {