add extra documentation CSS on RTD

This commit is contained in:
Wenzel Jakob
2015-12-07 18:25:38 +01:00
parent f1532bd31c
commit bda3b67dc5
2 changed files with 10 additions and 15 deletions

7
docs/_static/theme_overrides.css vendored Normal file
View File

@@ -0,0 +1,7 @@
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: initial;
}
.rst-content table.docutils td {
vertical-align: top;
}