Corrige presentación de elementos en página mdBook

This commit is contained in:
Manuel Cillero 2022-07-24 22:17:17 +02:00
parent 62be835042
commit 34692551f6
2 changed files with 5 additions and 1 deletions

View file

@ -210,6 +210,7 @@
#mdbook pre {
position: relative;
font-size: 0.875rem;
}
#mdbook pre > .buttons {
position: absolute;
@ -260,6 +261,7 @@
}
#mdbook pre > code {
padding: 1rem;
font-size: 0.875rem;
}
/* FIXME: ACE editors overlap their buttons because ACE does absolute

View file

@ -141,7 +141,9 @@
border-top: .1em solid var(--quote-border);
border-bottom: .1em solid var(--quote-border);
}
#mdbook blockquote p {
margin-top: 1rem;
}
#mdbook :not(.footnote-definition) + .footnote-definition,
#mdbook .footnote-definition + :not(.footnote-definition) {