From 8f3ab33538ad9d5ef21adbef95152519c4ca1db6 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Mon, 1 Aug 2016 18:38:52 +0200 Subject: [PATCH] Fixing brackets in the pid tab --- tabs/pid_tuning.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tabs/pid_tuning.css b/tabs/pid_tuning.css index 2c288673..415ab5f5 100644 --- a/tabs/pid_tuning.css +++ b/tabs/pid_tuning.css @@ -563,12 +563,11 @@ } .tab-pid_tuning .bracket { - position: absolute; background-image: url(/images/icons/icon_bracket.svg); background-repeat: no-repeat; height: 35px; width: 14px; - margin-top: -28px; + margin-top: -23px; margin-left: 8px; }