Subversion Repositories sysadmin_scripts

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
135 rodolico 1
table, th, td {
2
  border: 1px solid black;
3
}
4
 
5
table {
6
  margin-left: auto;
7
  margin-right: auto;
8
}
9
 
10
td.port {
11
   text-align: right;
12
}
13
 
14
td.ip {
15
   text-align: right;
16
}
17
 
18
td.mac {
19
   text-align: right;
20
}
21
 
22
td.host_name {
23
   text-align: right;
24
}
25
 
26
 
27
h1,h2 {
28
   text-align: center;
29
}
30
 
31
tr:hover {
32
   background-color: coral;
33
}
34