Skip to content

Commit 30a82ab

Browse files
committed
Merge pull request php-debugbar#69 from barryvdh/patch-6
Fix open-btn css
2 parents a69c7dd + f15a3b5 commit 30a82ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ a.phpdebugbar-close-btn {
9696
height: 16px;
9797
}
9898

99-
a.phpdebugbar-open-btn,{
99+
a.phpdebugbar-open-btn {
100100
background: url(icons.png) no-repeat -14px 8px;
101101
width: 16px;
102102
height: 16px;

0 commit comments

Comments
 (0)