Skip to content

Commit 8016197

Browse files
committed
feat: center images in notebooks
1 parent 5a21d90 commit 8016197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/_static/css/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
/* Center output notebook images */
10-
.nboutput . img {
10+
.nboutput img {
1111
display: block !important;
1212
margin: 0 auto !important;
1313
}

0 commit comments

Comments
 (0)