From dd8a06a397e26c46639eba1313102560dfa49c95 Mon Sep 17 00:00:00 2001 From: Adam Strzelecki Date: Mon, 7 Dec 2015 21:20:54 +0100 Subject: LESS: Use tabs for indent in all files This does not change any content and generated gogs.css is still the same. --- public/less/_emojify.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/less/_emojify.less') diff --git a/public/less/_emojify.less b/public/less/_emojify.less index 62fdaa64..e9a49a04 100755 --- a/public/less/_emojify.less +++ b/public/less/_emojify.less @@ -1,6 +1,6 @@ .emoji { - width: 1.5em; - height: 1.5em; - display: inline-block; - background-size: contain; + width: 1.5em; + height: 1.5em; + display: inline-block; + background-size: contain; } -- cgit v1.2.3