From 563078df2473a2a65c1a408e4cb27e79c95b7c87 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 15 Sep 2014 12:37:52 +1200 Subject: Client-side cleanup - Remove grunt - Formatting and spacing. There shall be 4 spaces in a tab. Not 3. Not 5. And 2 is right out. --- web/src/css/app.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/src/css/app.less') diff --git a/web/src/css/app.less b/web/src/css/app.less index 4efb8ceb..ff3c614c 100644 --- a/web/src/css/app.less +++ b/web/src/css/app.less @@ -1,10 +1,10 @@ // www.paulirish.com/2012/box-sizing-border-box-ftw/ html { - box-sizing: border-box; + box-sizing: border-box; } *, *:before, *:after { - box-sizing: inherit; + box-sizing: inherit; } @import (less) "layout.less"; -- cgit v1.2.3