3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-24 14:53:42 +00:00

docs: Tidying interactive investigation

More :numref: because I figured out they were only failing if I didn't do a full re-make.
Reflow first section a little to help readability.
Also includes a css change to prevent code block caption text from bunching into the caption number.
This commit is contained in:
Krystine Sherwin 2023-10-11 11:13:06 +13:00
parent 9e35848c8e
commit c61ab7d627
No known key found for this signature in database
2 changed files with 91 additions and 63 deletions

View file

@ -12,4 +12,9 @@
/* Make images full width */
.width-helper {
max-width: 100%;
}
}
/* Prevent code block caption text from bunching into the caption number */
.literal-block-wrapper .code-block-caption .caption-number {
padding-right: 0.5em
}