Browse Source

[WebProfilerBundle] added explicit left horizontal alignment for toolbar in CSS to prevent inconsistent alignment

Douglas Greenshields 14 years ago
parent
commit
53a9997e23

+ 1 - 0
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 %}
 >