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:
parent
9e35848c8e
commit
c61ab7d627
2 changed files with 91 additions and 63 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue