From 421cd1fdd8d7fd79948df590192d5005ae5eaa1b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 3 Jun 2015 14:53:04 +0200 Subject: [PATCH] main-content.less: no border for new sections --- public/css/icinga/main-content.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 18bc03a57..4103f1d98 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -99,7 +99,7 @@ table.avp > tbody > tr > td { } table.avp.newsection, table.avp tr.newsection { - border-top: 1px solid #d9d9d9; + margin-top: 1em; } .content table.avp dd, .content table.avp dd {