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 37 38 39
|
.md-content {
margin-right: 2em;
}
.md-main__inner {
padding: 0;
}
.navheader {
padding-left: 1em;
}
.md-sidebar--secondary {
display: none;
}
.viewcode-link {
font-size: .75em;
margin-left: .5em;
}
.caption-text {
font-style: oblique;
}
code.descname {
background: transparent;
box-shadow: none;
font-size: 100% !important;
}
code.descname {
background: transparent;
box-shadow: none;
font-size: 100% !important;
font-weight: bold;
}
code.descclassname {
background: transparent;
box-shadow: none;
font-size: 100% !important;
font-weight: bold;
}
.rst-versions {
font-size: 1.75em;
}
|