Skip to content

Commit 6b18486

Browse files
committed
correct fix for last change.
1 parent 00107ae commit 6b18486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/* shrink spacing between list elements in tables of contents,
4545
badge displays */
46-
div.toctree-wrapper * + *, div.contents * + *, div.release_info {
46+
div.toctree-wrapper * + *, div.contents * + *, div.release_info * {
4747
margin-block-start: 0.25em;
4848
}
4949

website/www/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/* shrink spacing between list elements in tables of contents,
4545
badge displays */
46-
div.toctree-wrapper * + *, div.contents * + *, div.release_info {
46+
div.toctree-wrapper * + *, div.contents * + *, div.release_info * {
4747
margin-block-start: 0.25em;
4848
}
4949

0 commit comments

Comments
 (0)