summaryrefslogtreecommitdiff
path: root/fable-doc.css
blob: a2e38754214094c90bd318dbbc129599d2c8a771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style>
html {
    font-family: "Bitstream Charter", serif;
    margin-left: 3em;
    margin-right: 2em;
    margin-top: 2em;
}
header p {
    display: inline;
}
header p + p::before {
    content: "|";
    padding-left: 1em;
    padding-right: 1em;
}
pre {
    font-family: "Courier 10 Pitch", monospace;
}
</style>