changed destination of doc file for github.io

This commit is contained in:
Denis Cardon
2021-04-15 15:39:49 +02:00
parent bcddf37a8f
commit 2eda3c2bbd
108 changed files with 1 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
* this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
}