Mercurial > p > roundup > code
comparison website/www/_static/style.css @ 8354:586e49dda652
docs: fix doc for registerUtilMethod; style tweak for internal docs.
Pul the list pseudoheader style spacing tweat ot the stylesheet used
to generate the released docs.
Fix doc on arg to function defined with registerUtilMethod.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 03 Jul 2025 13:23:36 -0400 |
| parents | 740c1c5d9ec4 |
| children | a50af46803f0 |
comparison
equal
deleted
inserted
replaced
| 8353:85aae98b8c82 | 8354:586e49dda652 |
|---|---|
| 48 3.55rem) | 48 3.55rem) |
| 49 ); | 49 ); |
| 50 } | 50 } |
| 51 | 51 |
| 52 * + * { margin-block-start: 1.2em;} | 52 * + * { margin-block-start: 1.2em;} |
| 53 | |
| 54 /* shrink spacing between first and following paragraph in a list item | |
| 55 when the first paragraph is bold/strong. Try to tie the first paragraph | |
| 56 pseudo header closer to the following paragraph. */ | |
| 57 li > p:has(strong):first-child | |
| 58 { | |
| 59 /* background: red; */ | |
| 60 margin-block-end: -0.75em; | |
| 61 } | |
| 53 | 62 |
| 54 /* shrink spacing between list elements in tables of contents, | 63 /* shrink spacing between list elements in tables of contents, |
| 55 badge displays */ | 64 badge displays */ |
| 56 div.toctree-wrapper * + *, div.contents * + *, div.release_info * { | 65 div.toctree-wrapper * + *, div.contents * + *, div.release_info * { |
| 57 margin-block-start: 0.25em; | 66 margin-block-start: 0.25em; |
