diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index aa8878340286..5f62cd3c95c7 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -213,6 +213,10 @@ does not float with it. margin: 5px 2px; } +/* workaround: the default padding decenters the image inside the frame */ +.sphx-glr-thumbcontainer .figure { + padding: 0; +} table.property-table th, table.property-table td {