merged branch aerialls/profiler_height (PR #4600)

Commits
-------

e113600 [WebProfilerBundle] removed the extra space before the toolbar

Discussion
----------

[WebProfilerBundle] removed the extra space before the toolbar

The profiler toolbar has a height of 38px. This PR removes the (useless) extra space before it.

---------------------------------------------------------------------------

by travisbot at 2012-06-17T22:44:13Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1643364) (merged e1136001 into b27d9b54).
This commit is contained in:
Fabien Potencier 2012-06-18 14:03:39 +02:00
commit d2b612256b

View File

@ -1,7 +1,7 @@
<!-- START of Symfony2 Web Debug Toolbar -->
{% if 'normal' != position %}
{% include 'WebProfilerBundle:Profiler:toolbar_style.html.twig' with { 'position': position, 'floatable': true } %}
<div style="clear: both; height: 50px;"></div>
<div style="clear: both; height: 38px;"></div>
{% endif %}
<div class="sf-toolbarreset">