class text-title-multihost introduced

This commit is contained in:
z-eos 2020-11-09 21:37:01 +02:00
parent 53211c652b
commit b2c96b3195
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -104,7 +104,7 @@ sub multihost {
if(!$g) {
print " <tr>\n";
for($n = 0; $n < scalar(@host); $n++) {
print " <td class='text-title'>\n";
print " <td class='text-title-multihost'>\n";
print " <b>&nbsp;&nbsp;" . $host[$n] . "</b>\n";
print " </td>\n";
}