Skip to content

Commit

Permalink
merged branch aerialls/profiler_height (PR #4600)
Browse files Browse the repository at this point in the history
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 e113600 into b27d9b5).
  • Loading branch information
fabpot committed Jun 18, 2012
2 parents dab9dea + e113600 commit d2b6122
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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">
Expand Down

0 comments on commit d2b6122

Please sign in to comment.