mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
docs: fix too small text in tables
This commit is contained in:
parent
0288fff6b7
commit
b1205a7932
1 changed files with 12 additions and 0 deletions
|
@ -69,6 +69,18 @@ dt code {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for some reason the rtd theme makes text in tables very small.
|
||||||
|
* fix that.
|
||||||
|
*/
|
||||||
|
.wy-table td,
|
||||||
|
.rst-content table.docutils td,
|
||||||
|
.rst-content table.field-list td,
|
||||||
|
.wy-table th,
|
||||||
|
.rst-content table.docutils th,
|
||||||
|
.rst-content table.field-list th {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
.rst-content tt.literal,
|
.rst-content tt.literal,
|
||||||
.rst-content tt.literal,
|
.rst-content tt.literal,
|
||||||
|
|
Loading…
Reference in a new issue