mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 01:10:53 -04:00
Merge pull request #9738 from ThomasWaldmann/pdf-docs4-1.4
docs: left-align the sidebar downloads line and add separators
This commit is contained in:
commit
ba799bdab7
1 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue