From 61dc4c09f0f5945e70edfe01f3aa4766170f64c9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Feb 2015 17:33:44 +0100 Subject: [PATCH] Fix css of the event grid --- public/css/icinga/widgets.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/widgets.less b/public/css/icinga/widgets.less index 85477db66..1da6b7bfb 100644 --- a/public/css/icinga/widgets.less +++ b/public/css/icinga/widgets.less @@ -29,7 +29,7 @@ table.historycolorgrid td.weekday { opacity: 1.0; } -table.historycolorgrid a { +table.historycolorgrid a, table.historycolorgrid span { margin: 0; text-decoration: none; display: block;