From 53a9997e2356c35406ce2db019d67b91d2bb19f1 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Sun, 20 Mar 2011 19:21:34 +0000 Subject: [PATCH] [WebProfilerBundle] added explicit left horizontal alignment for toolbar in CSS to prevent inconsistent alignment --- .../WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig index ddddf89d25..dfeaee986a 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig @@ -17,6 +17,7 @@ width: 100%; border-top: 1px solid #bbb; font: 11px Verdana, Arial, sans-serif; + text-align: left; color: #2f2f2f;" {% endif %} >