aboutsummaryrefslogtreecommitdiff
path: root/docs/static/custom.css
blob: dc6a0042d0264e4847b47ddddb5d91a0e5aea94e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body > div > nav > div > div.wy-side-nav-search > div.version {
    margin-bottom: 0px;
}

dl {
    padding: 5px;
}

blockquote {
    border-left: none;
    font-style: normal;
    padding: 0 0 0.5rem 0;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    background: transparent;
}

ol, ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}