From 21c68867021faf197a77e1a2212f09eccdd7093a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 10:26:14 +0200 Subject: [PATCH] CSS: Style table refs #5543 --- public/css/icinga/base.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index b506daa4f..c96495fc8 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -53,3 +53,8 @@ p { // Remove default margin margin: 0; } + +table { + border-collapse: separate; + border-spacing: 0 1px; +}