Merge pull request #9738 from ThomasWaldmann/pdf-docs4-1.4
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Windows CI / msys2-ucrt64 (push) Has been cancelled

docs: left-align the sidebar downloads line and add separators
This commit is contained in:
TW 2026-06-09 01:54:41 +02:00 committed by GitHub
commit ba799bdab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,3 +236,17 @@ readthedocs-flyout {
.sphinxsidebar > .sidebar-block:has(#main-search):after {
margin: 7px 22px 0 22px;
}
/* Downloads line in the sidebar: a single line, left-aligned with the boxes
above it and the table of contents below it. */
.borg-downloads {
padding: 0 22px;
margin: 7px 0 7px 0;
font-size: 14px;
color: #000;
}
.borg-downloads:after {
content: '';
display: block;
border-top: 1px solid #ccc;
margin: 7px 0 0 0;
}