aboutsummaryrefslogtreecommitdiff
blob: 41c6beb88786847654be7480782ccbe6fad29508 (plain)
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
35
36
th {
    font-weight: bold;
    text-align: left;
}

dt {
    font-weight: bold;
}

dd {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 2em;
}

div.figure, div.figure p {
    text-align: center;
    font-weight: bold;
}

code, pre {
    font-family: monospace;
    tab-size: 4;
    -o-tab-size: 4;
    -moz-tab-size: 4;
}

pre span.Special { color: magenta; }
pre span.Identifier { color: blue; }
pre span.Type { color: blue; }
pre span.PreProc { color: magenta; }
pre span.Constant { color: black; }
pre span.Comment { color: red; }
pre span.Statement { color: darkred; }

/* vim: set ts=4 tw=80 et : */