mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
Docs: Improve borg init encryption table formatting
This commit is contained in:
parent
9226d9c6a9
commit
3edf5b3475
1 changed files with 11 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue