2020-05-07 14:08:59 +00:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
2020-05-15 14:38:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th p {
|
|
|
|
margin-bottom: 0px;
|
2020-05-07 14:08:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wy-nav-content {
|
|
|
|
max-width: 900px;
|
2022-12-14 17:04:12 +00:00
|
|
|
overflow-x: auto;
|
2020-05-07 14:08:59 +00:00
|
|
|
}
|
2020-05-15 14:38:40 +00:00
|
|
|
|
|
|
|
table.query-results p {
|
|
|
|
font-size: 0.9em !important;
|
|
|
|
}
|
2021-02-13 20:41:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
DL DT {
|
2023-09-04 04:50:11 +00:00
|
|
|
border-bottom: 1px solid #333 !important;
|
2021-02-13 20:41:48 +00:00
|
|
|
}
|