From 2b70299ae33d1ad6826f18f70ea50a8daf40e858 Mon Sep 17 00:00:00 2001 From: Wes Hooper Date: Fri, 15 Dec 2017 11:13:05 +0000 Subject: [PATCH] Unit of measurement is redundant in CSS (#372) PhpStorm picked this up while inspecting our codebase. --- src/DebugBar/Resources/debugbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DebugBar/Resources/debugbar.css b/src/DebugBar/Resources/debugbar.css index 7f744440..abfbca39 100644 --- a/src/DebugBar/Resources/debugbar.css +++ b/src/DebugBar/Resources/debugbar.css @@ -177,7 +177,7 @@ a.phpdebugbar-tab.phpdebugbar-active { margin-left: 5px; font-size: 11px; line-height: 14px; - padding: 0px 6px; + padding: 0 6px; background: #ccc; border-radius: 4px; color: #555; @@ -203,7 +203,7 @@ a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-restore-btn, a.ph } a.phpdebugbar-minimize-btn , a.phpdebugbar-maximize-btn { - padding-right: 0px !important; + padding-right: 0 !important; } a.phpdebugbar-maximize-btn { display: none}