renamed directory for github.io

This commit is contained in:
Denis Cardon
2021-04-15 15:43:16 +02:00
parent 2eda3c2bbd
commit 1655977e64
150 changed files with 0 additions and 0 deletions
@@ -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;
}
}