From 3bb975c15341c8af3a0872ca29921cc8883ca72f Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Wed, 18 Jul 2012 19:29:43 +0200 Subject: [PATCH] [WebProfilerBundle] Fixed white pixel in toolbar info --- .../Resources/views/Profiler/toolbar_style.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig index dee250b5f2..a7801ac529 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig @@ -86,7 +86,7 @@ margin-left: -1px; bottom: 38px; - border-bottom: 1px solid #fff; + border-bottom-width: 0; } .sf-toolbar-block .sf-toolbar-info:empty { @@ -216,9 +216,9 @@ } .sf-toolbar-block .sf-toolbar-info { - top: 38px; + top: 39px; bottom: auto; - border-top: 1px solid #fff; + border-top-width: 0; border-bottom: 1px solid #bbb; } {% endif %}