]> git.proxmox.com Git - proxmox-backup.git/blame - docs/custom.css
docs: conf: fix conf for new alabaster theme version
[proxmox-backup.git] / docs / custom.css
CommitLineData
05c16a6e
TL
1div.sphinxsidebar {
2 height: calc(100% - 20px);
3 overflow: auto;
4}
5
6h1.logo-name {
7 font-size: 24px;
8}
d937daed
TL
9
10div.body img {
11 width: 250px;
12}
05c16a6e
TL
13pre {
14 padding: 5px 10px;
15}
1ea5722b
TL
16
17li a.current {
18 font-weight: bold;
19 border-bottom: 1px solid #000;
20}
21ul li.toctree-l1 {
22 margin-top: 0.5em;
23}
24ul li.toctree-l1 > a {
25 color: #000;
26}
27
28div.sphinxsidebar form.search {
29 margin-bottom: 5px;
30}
31
32div.sphinxsidebar h3 {
33 width: 100%;
34}