瀏覽代碼

[WebProfilerBundle] Tweak styles

Victor Berchet 14 年之前
父節點
當前提交
ddb935a4f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig

+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_item.html.twig

@@ -1,6 +1,6 @@
 {% if link %}
     {% set icon %}
-        <a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
+        <a style="text-decoration: none; margin: 0; padding: 0;" href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
     {% endset %}
 {% endif %}
 {% if 'info' == status|default('info') %}