Fixed missing linebreak on lists of ip addresses

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-02-07 17:21:47 +01:00
parent ec7d006069
commit 0aeadb37af

View File

@@ -523,6 +523,11 @@ table td {
min-height: 25px;
}
table label {
display: block;
clear: both;
}
table th.right, table td.right {
text-align: right;
}