2015-08-19 03:48:11 +02:00
|
|
|
/* override table width restrictions */
|
2017-03-26 22:24:35 +02:00
|
|
|
.wy-table-responsive table td,
|
|
|
|
.wy-table-responsive table th {
|
2015-08-19 03:48:11 +02:00
|
|
|
/* !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;
|
|
|
|
}
|
2021-06-30 22:34:12 +02:00
|
|
|
|
|
|
|
.wy-side-nav-search > a.home-link {
|
|
|
|
font-weight: 100;
|
|
|
|
}
|