initial commit, tisbackup documentation, WIP

This commit is contained in:
Vincent CARDON
2020-11-18 17:30:38 +01:00
parent 68bc8caab6
commit 384523cd87
43 changed files with 2177 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;
}
}