Mercurial > p > roundup > code
diff doc/_static/style.css @ 7324:ed0285b8c9b4
Override lobotmized owl for badge display
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 14:22:21 -0400 |
| parents | 2a78ade9a5eb |
| children | 49bc6d66f536 |
line wrap: on
line diff
--- a/doc/_static/style.css Thu May 11 13:53:19 2023 -0400 +++ b/doc/_static/style.css Thu May 11 14:22:21 2023 -0400 @@ -41,8 +41,9 @@ * + * { margin-block-start: 1.2em;} -/* shrink spacing between list elements in tables of contents */ -div.toctree-wrapper * + *, div.contents * + * { +/* shrink spacing between list elements in tables of contents, + badge displays */ +div.toctree-wrapper * + *, div.contents * + *, div.release_info { margin-block-start: 0.25em; }
