blob: 93750600f270b48dbccc3c2059c4ef9be6bdb08e [file] [log] [blame]
<style>
/* Include some space between definition elements. */
dd {
margin-bottom: 1em;
}
/* asciidoctor includes extra <p> tags which causes too much spacing. */
dd p {
margin-top: 0;
}
li p {
margin: 0;
}
/* asciidoctor uses a content class which conflicts with mdbook's content
class which causes too much spacing. */
.content {
padding-bottom: 0;
}
</style>