diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index f68e153..f302b17 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -291,6 +291,17 @@ table.hosts { } +table#t01, +table.hosts { + display: block; + overflow-x: auto; +} + +table#t01 tbody, +table.hosts tbody { + display: table; +} + table#t01 tr:nth-child(even), table.hosts tr:nth-child(even) { background-color: #cccccc;