1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
img.padimg {
padding-bottom: 5px;
cursor: pointer;
}
li.hide {
display: none !important;
}
li.show {
display: list-item !important;
}
div.sphx-glr-clear {
clear: left;
}
/* hide the top link */
div.sphx-glr-download-link-note {
height: 0px;
visibility: hidden;
}
/* Remove big whitespace to solve #1642 */
pre, div[class*="highlight-"] {
clear: left;
}
/* Shrink overlarge warning box from PR #2169 */
div.admonition::after{content:none;}
/* override basic.css
* xref https://github.com/sphinx-doc/sphinx/issues/10918 */
table.align-default {
margin-left: 0px;
}
|