diff --git a/css/black.css b/css/black.css index 31ef682..ee3f905 100644 --- a/css/black.css +++ b/css/black.css @@ -83,6 +83,11 @@ th, td { color: #888800; } +.text-title-multihost { + font-family: Verdana, sans-serif; + color: white; +} + .text-copyright { font-size: 10px; color: white; diff --git a/monitorix.cgi b/monitorix.cgi index e562fcb..1a574bd 100755 --- a/monitorix.cgi +++ b/monitorix.cgi @@ -104,7 +104,7 @@ sub multihost { if(!$g) { print " \n"; for($n = 0; $n < scalar(@host); $n++) { - print " \n"; + print " \n"; print "   " . $host[$n] . "\n"; print " \n"; }