From 58a42547385f0af4bd64486419646dac2c1a108d Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 20 Oct 2010 01:16:58 -0400 Subject: [PATCH] Updated profiler styles as some were being overwritten by the page's styles. --- classes/Profiler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/Profiler.php b/classes/Profiler.php index 741393a..80c5e82 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -209,7 +209,8 @@ class Profiler border: 6px solid #666; padding: 10px 20px 20px; font-family: monospace; - font-size: 1em; + font-size: 12px; + text-align: left; } #pickles-profiler table {