From 95532cc1de9c4f747c786831942bcf7acd059118 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 17 Mar 2011 08:05:28 +0100 Subject: [PATCH] [WebProfilerBundle] tweaked profiler CSS --- .../WebProfilerBundle/Resources/public/css/profiler.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css index 8033ef45a1..13f9a3901c 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css @@ -21,7 +21,7 @@ p { font-size:14px; line-height:20px; - color:#868686; + color:#313131; padding-bottom:20px } @@ -247,6 +247,7 @@ h1 h2, h3 { font-weight:bold; + margin-bottom: 20px; } li @@ -302,10 +303,9 @@ table th.value #content h2 { - font-size:16px; + font-size:24px; color:#313131; font-weight:bold; - padding-bottom:2px; } #content #main @@ -317,7 +317,7 @@ table th.value #content #main p { - color:#868686; + color:#313131; font-size:14px; padding-bottom:20px; }