8000 merged branch rowanmanning/ticket_4516 (PR #4517) · tonypiper/symfony@ab5abf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab5abf6

Browse files
committed
merged branch rowanmanning/ticket_4516 (PR symfony#4517)
Commits ------- 326991b Reset image styling for the web-profiler toolbar Discussion ---------- Reset image styling for the web-profiler toolbar This fixes the issue symfony#4516 by resetting image styling to browser defaults, which is what the toolbar expects. Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: n/a Fixes the following tickets: symfony#4516 --------------------------------------------------------------------------- by travisbot at 2012-06-08T11:34:36Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1565938) (merged 326991b into f8e68e5).
2 parents f8e68e5 + 326991b commit ab5abf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
bottom: 0;
1818
border-top: 1px solid #bbb;
1919
}
20+
.sf-toolbarreset img {
21+
width: auto;
22+
display: inline;
23+
}
2024
2125
.sf-toolbarreset .hide-button {
2226
display: block;

0 commit comments

Comments
 (0)
0