summaryrefslogtreecommitdiff
path: root/provider/css/default.css
blob: af4832a338d3c8ac9ac225f9c8e26dee0f77e4fc (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: 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;
}

div.sourceCode {
    padding-left: 1.5em;
    border-left:2px solid #f0f0f0;
    margin-left: -2px;
}

pre code {
    white-space:pre-wrap;
}

p code {
    font-style:italic;
}