Skip to content

Commit 003c63e

Browse files
committed
Update custom.css
1 parent 7ceefc9 commit 003c63e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/static/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ html.writer-html5 .rst-content table.docutils td>p {
2222
white-space: inherit;
2323
}
2424

25-
/* Left align captions. */
25+
/* Hide "Listing ..." text in captions */
2626

2727
.rst-content .caption-number {
2828
display: none;
2929
}
3030

31+
/* Left align captions. */
32+
3133
.rst-content .code-block-caption {
3234
text-align: left;
3335
}

0 commit comments

Comments
 (0)