From a074b59d4e038f7e1cc772f8fb29e3e012230df5 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Mon, 24 Oct 2016 18:05:18 +0200 Subject: [PATCH] * Fix. --- src/gtk-3.20/scss/widgets/_notebook.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk-3.20/scss/widgets/_notebook.scss b/src/gtk-3.20/scss/widgets/_notebook.scss index da98dbb..ecd5962 100644 --- a/src/gtk-3.20/scss/widgets/_notebook.scss +++ b/src/gtk-3.20/scss/widgets/_notebook.scss @@ -155,7 +155,7 @@ > box, > label, > widget > box { - padding: ($spacing - 1px) (($spacing - 1px) * 2); // top/bottom | left/right + padding: $spacing $spacing * 2; // top/bottom | left/right border-width: 2px; border-style: solid; border-color: transparent; @@ -166,7 +166,7 @@ > box, > label, > widget > box { - padding: ($spacing - 1px) (($spacing - 1px) * 2); // top | right | bottom | left + padding: $spacing $spacing * 2; // top | right | bottom | left } }