From 31406a70bcfd1f28f643a3bb02194b4ba5229659 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 17 Jun 2015 12:54:36 +0200 Subject: [PATCH] Show a small border above the first notification Looks better, somehow.. refs #8247 --- public/css/icinga/main-content.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 6f15533cc..24297b991 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -28,6 +28,10 @@ img.icon { #notifications { margin: 0; padding: 0; + + li:first-child { + border-top: 2px solid @colorPetrol; + } } #notifications > li {