From caf68880fd8e6ef3468c9ade309a05066154d4f9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 13:41:22 +0200 Subject: [PATCH] CSS: Add license header to base.less refs #5543 --- public/css/icinga/base.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 578a16b3a..a072c6440 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -1,3 +1,5 @@ +/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ + // Make padding not affect the final computed width of an element html { box-sizing: border-box;