usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / dnsmasq / contrib / dnslist / dhcp.css
blob79cea39a8aaba9ae21b853a2cea7f84d2dbf0565
1 body
3 font-family: sans-serif;
4 color: #000;
7 h1
9 font-size: medium;
10 font-weight: bold;
13 h1 .updated
15 color: #999;
18 table
20 border-collapse: collapse;
21 border-bottom: 2px solid #000;
26 background: #DDD;
27 border-top: 2px solid #000;
28 text-align: left;
29 font-weight: bold;
32 /* Any row */
36 border-top: 2px solid #000;
39 /* Any row but the first or second (overrides above rule) */
41 tr + tr + tr
43 border-top: 2px solid #999;
46 tr.offline td.hostname
48 color: #999;
51 .hostname { width: 10em; }
52 .ip_addr { width: 10em; background: #DDD; }
53 .ether_addr { width: 15em; }
54 .client_id { width: 15em; background: #DDD; }
55 .status { width: 5em; }
56 .since { width: 10em; background: #DDD; }
57 .lease { width: 10em; }