Docs: Improve borg init encryption table formatting

This commit is contained in:
Daniel Rudolf 2025-10-29 17:48:14 +01:00
parent 9226d9c6a9
commit 3edf5b3475
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -131,6 +131,17 @@ table.docutils.borg-options-table tr td:first-child:not([colspan="3"]) {
text-align: center;
}
.borg-encryption-table th,
.borg-encryption-table td {
vertical-align: top;
}
.borg-encryption-table .literal {
display: block;
margin: 0;
white-space: normal;
}
kbd, /* used in usage pages for options */
code,
.rst-content tt.literal,