Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67acbfa

Browse files
committed
Remove unused CSS for sphinx-gallery
The div.figure was removed in sphinx-gallery/sphinx-gallery#906 The workaround is also not needed anymore because that PR fixes the centering.
1 parent 810a43b commit 67acbfa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/_static/mpl.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ html[data-theme="dark"] .sphx-glr-thumbcontainer {
8585
background-color: rgb(63, 63, 63);
8686
}
8787

88-
/* workaround: the default padding decenters the image inside the frame */
89-
.sphx-glr-thumbcontainer .figure {
90-
padding: 0;
91-
}
92-
9388
/* hide download buttons in example headers
9489
* https://sphinx-gallery.github.io/stable/advanced.html#hide-the-download-buttons-in-the-example-headers
9590
*/

0 commit comments

Comments
 (0)