Corrige presentación de elementos en página mdBook
This commit is contained in:
parent
62be835042
commit
34692551f6
2 changed files with 5 additions and 1 deletions
2
website/doc/theme/css/chrome.css
vendored
2
website/doc/theme/css/chrome.css
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
website/doc/theme/css/general.css
vendored
4
website/doc/theme/css/general.css
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue