~cyphermox/ubuntu/precise/dnsmasq/dbus

« back to all changes in this revision

Viewing changes to contrib/dnslist/dhcp.css

  • Committer: Bazaar Package Importer
  • Author(s): Simon Kelley
  • Date: 2005-05-04 13:25:23 UTC
  • mfrom: (0.2.1 upstream) (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050504132523-29x9nzdnkypp62nc
Tags: 2.22-2
Make the resolv.conf polling code resistant to 
backwards-moving system clocks. (closes: #306117) (closes: #300694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body
 
2
{
 
3
        font-family: sans-serif;
 
4
        color: #000;
 
5
}
 
6
 
 
7
h1
 
8
{
 
9
        font-size: medium;
 
10
        font-weight: bold;
 
11
}
 
12
 
 
13
h1 .updated
 
14
{
 
15
        color: #999;
 
16
}
 
17
 
 
18
table
 
19
{
 
20
        border-collapse: collapse;
 
21
        border-bottom: 2px solid #000;
 
22
}
 
23
 
 
24
th
 
25
{
 
26
        background: #DDD;
 
27
        border-top: 2px solid #000;
 
28
        text-align: left;
 
29
        font-weight: bold;
 
30
}
 
31
 
 
32
/* Any row */
 
33
 
 
34
tr
 
35
{
 
36
        border-top: 2px solid #000;
 
37
}
 
38
 
 
39
/* Any row but the first or second (overrides above rule) */
 
40
 
 
41
tr + tr + tr
 
42
{
 
43
        border-top: 2px solid #999;
 
44
}
 
45
 
 
46
tr.offline td.hostname
 
47
{
 
48
        color: #999;
 
49
}
 
50
 
 
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; }