docs: fix too small text in tables

This commit is contained in:
Marian Beermann 2017-06-17 14:32:37 +02:00
parent 0288fff6b7
commit b1205a7932
1 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,18 @@ dt code {
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,
.rst-content tt.literal,
.rst-content tt.literal,