From 29f32759882319d331195e1acf160a0ff01f1450 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 17 Oct 2010 16:00:47 -0400 Subject: [PATCH] Updated styles. --- classes/Profiler.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/classes/Profiler.php b/classes/Profiler.php index f59d826..741393a 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -196,7 +196,7 @@ class Profiler #pickles-profiler { background: #212121; - width: 700px; + width: 800px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; @@ -223,6 +223,10 @@ class Profiler { background-color: #323232; } + #pickles-profiler, #pickles-profiler table tr td, #pickles-profiler table tr th + { + color: #efefe8; + }
PICKLES Profiler