mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
docs: left-align the downloads line with separators above and below
Style the sidebar downloads line to align with the boxes above and the table of contents below (padding 22px), with a horizontal separator both between the search box and the downloads line and between the downloads line and the table of contents. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1fb3a0ab4d
commit
e182c982cc
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