summaryrefslogtreecommitdiff
path: root/provider/css/default.css
blob: 2d2a77723ee78a45da7499321780aa641391377a (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
body {
    margin: auto;
    padding-right: 1em;
    padding-left: 1em;
    font: normal 1.1em monospace;
    max-width: 90em;
    text-align: justify;
}

a {
    color: inherit;
}

p {
    margin-bottom: 0
}

p + p {
    text-indent: 1.5em;
    margin-top: 0;
}

pre {
    margin-left: 1.5em;
}

p code {
    font-style:italic;
}