From 2156eb1a8ca14d9de1d421f84f1f8a97dab5c9d1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 7 Dec 2016 13:28:33 +0100 Subject: [PATCH] Remove gap between header and content on site reloads --- public/css/icinga/layout-structure.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 44d0a4dd7..6bca47f25 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -24,7 +24,7 @@ html { bottom: 0; left: 0; position: fixed; - top: 4em; + top: 3em; width: 12em; } @@ -33,7 +33,7 @@ html { left: 12em; position: fixed; right: 0; - top: 4em; + top: 3em; } .iframe {