From 90a19fee4dcfbeaf39c089b43773ef07baf08f52 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 16 Oct 2015 22:51:23 +0200 Subject: [PATCH] css: fix up host color --- public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index cb8c4a0..ef4629a 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -215,7 +215,7 @@ table.bp.node td > a:last-child, table.node.missing td > span { } table.bp.node.handled td > a:last-child, table.bp.node.ok td > a:last-child, - table.node.missing td > span + table.node.missing td > span, table.bp.node.up td > a:last-child { border-left-width: 0.3em; background-position: 1em 0.5em;