Rev 136 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
table, th, td {
  border: 1px solid black;
  font-family: monospace;
  font-size: large;
}
table {
  margin-left: auto;
  margin-right: auto;
}
td.port {
   text-align: right;
}
td.ip {
   text-align: right;
}
td.mac {
   text-align: justify;
}
td.host_name {
   text-align: center;
}
h1,h2 {
   text-align: center;
}
tr:hover {
   background-color: black;
   color: white;
}