瀏覽代碼

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

Douglas Greenshields 14 年之前
父節點
當前提交
53a9997e23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

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