From 1f4ea9eb6fe7bbd86a752d1a5082921ff5cf552d Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 28 Sep 2015 17:06:01 +0200 Subject: [PATCH] CSS: Style th in tbody for listing-table refs #5543 --- public/css/icinga/main.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 20bdd99e08..75fac027d0 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -79,7 +79,11 @@ dl.feed-list { table.listing-table { border-collapse: collapse; - th { + tbody th { + text-align: left; + } + + thead { color: @text-color-light; // Reset default font-weight font-weight: normal;