From 5b4d5aba4158edb9c20da4e1837b322625e48a67 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 11 Jan 2017 12:02:41 +0100 Subject: Quote fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index eb554b8f061..94bb1dc00cd 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -638,8 +638,8 @@ em { padding: 0 10px; } } - [class^="icon-"], - [class*=" icon-"]{ + [class^='icon-'], + [class*=' icon-']{ /* Keep padding to define the width to assure correct position of a possible text */ padding: 18px 0 18px 36px; -- cgit v1.2.3