forked from bortzmeyer/dns-lg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdnslg.css
More file actions
34 lines (30 loc) · 665 Bytes
/
dnslg.css
File metadata and controls
34 lines (30 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.hostname {
font-family: "Courier New",
Courier,
monospace;
font-size : 120%;
}
.domainname {
font-family: "Courier New",
Courier,
monospace;
font-size : 120%;
}
.address {
font-family: "Courier New",
Courier,
monospace;
font-size : 110%;
}
.naptr_regexp {
font-family: "Courier New",
Courier,
monospace;
font-size : 110%;
}
.email {
font-family: "Courier New",
Courier,
monospace;
font-size : 140%;
}