minor documentation theme changes

This commit is contained in:
Wenzel Jakob 2015-10-18 16:44:12 +02:00
parent 1853b65ff1
commit 041a8656af

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;
}