Skip to content

Commit 00107ae

Browse files
committed
Override lobotmized owl for badge display
1 parent bf71408 commit 00107ae

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/_static/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141

4242
* + * { margin-block-start: 1.2em;}
4343

44-
/* shrink spacing between list elements in tables of contents */
45-
div.toctree-wrapper * + *, div.contents * + * {
44+
/* shrink spacing between list elements in tables of contents,
45+
badge displays */
46+
div.toctree-wrapper * + *, div.contents * + *, div.release_info {
4647
margin-block-start: 0.25em;
4748
}
4849

website/www/_static/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141

4242
* + * { margin-block-start: 1.2em;}
4343

44-
/* shrink spacing between list elements in tables of contents */
45-
div.toctree-wrapper * + *, div.contents * + * {
44+
/* shrink spacing between list elements in tables of contents,
45+
badge displays */
46+
div.toctree-wrapper * + *, div.contents * + *, div.release_info {
4647
margin-block-start: 0.25em;
4748
}
4849

0 commit comments

Comments
 (0)