From 9c8752844fa1a5dc5e97ede84c6419beb1f82de9 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 3 Jun 2015 15:10:38 +0200 Subject: [PATCH] main-content-less: no border for controls title --- public/css/icinga/main-content.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index ef8a6326b..911e6292e 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -202,6 +202,14 @@ table.benchmark { color: inherit; } +.controls { + h1 { + border: none; + margin-bottom: 0; + color: #666; + } +} + [class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: none; margin-left: 0;