2016-06-07 00:55:32 +00:00
|
|
|
|
|
|
|
/* override table width restrictions */
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2016-10-11 21:57:05 +00:00
|
|
|
.wy-table-responsive > table > tbody > tr > td {
|
|
|
|
vertical-align: top !important;
|
|
|
|
}
|
|
|
|
|
2016-06-07 00:55:32 +00:00
|
|
|
.wy-table-responsive {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2016-09-29 23:34:24 +00:00
|
|
|
|
|
|
|
.wy-menu-vertical header, .wy-menu-vertical p.caption {
|
|
|
|
color: #e0e0e0;
|
|
|
|
}
|
2016-10-11 21:57:05 +00:00
|
|
|
|
|
|
|
.code-block-caption {
|
|
|
|
height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.code-block-caption .caption-text {
|
|
|
|
font-size: 0.8em;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.code-block-caption .headerlink {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.function .headerlink {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl .reference.internal {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl .headerlink {
|
|
|
|
display: none !important;
|
|
|
|
}
|