summaryrefslogtreecommitdiff
path: root/doc/style.css
blob: 5d14a1c7b7cb3ca69d708f9a50da7831e5e2c3bd (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
body {
    margin: 5ex 10ex;
    max-width: 80ex;
    line-height: 1.5;
    font-family: sans-serif;
}
h1, h2, h3 {
    font-weight: normal;
}
pre, code {
    font-family: x, monospace;
}
pre {
    padding: 1ex;
    background: #eee;
    border: solid 1px #ddd;
    min-width: 0;
    font-size: 90%;
}
code {
    color: #007;
}
div.chapter {
    margin-top: 4em;
    border-top: solid 2px black;
}
.section .title {
    font-size: 1.3em;
}
.section .section .title {
    font-size: 1.2em;
}
p {
    margin-top: 0;
}