From 674bc4273e9a2f1a2e41ef977a80219423c7cb51 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 16 Sep 2014 00:56:43 +0200 Subject: format javascript --- 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 ce9d9149..a5ff516d 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