chiark / gitweb /
lib/addr.c, etc.: Return plain addresses from `netaddress_resolve'.
[disorder] / docs.css
CommitLineData
2ea2b361
RK
1body {
2 color: black;
3 background-color: white;
4 font-family: times,serif;
5 font-weight: normal;
6 font-size: 12pt;
7 font-variant: normal
8}
9
10div.section {
11 margin-left:1em
12}
13
14h1 {
15 background-color: #e0ffe0;
16 font-family: helvetica,sans-serif;
17 padding: 0.2em
18}
19
20h2 {
21 background-color: #e0ffe0;
22 font-family: helvetica,sans-serif;
23 padding: 0.2em
24}
25
26h3 {
27 background-color: #f0f0f0;
28 font-family: helvetica,sans-serif;
29 padding: 0.2em
30}
31
32h4 {
33 font-family: helvetica,sans-serif
34}
35
36table.bugs {
37 width: 100%;
38 font-size: 12pt;
39 border-collapse: collapse;
40 border:1px
41}
42
43table.bugs th {
44 text-align: left;
45 border: 1px solid black;
46 background-color: black;
47 color: white
48}
49
50table.bugs td {
51 border: 1px solid
52}
53
54span.command {
55 font-family: monospace
56}