Skip to content

Commit 7e3c773

Browse files
committed
Hide note linking to the download section at the bottom of galleries
CSS is the recommended way for hiding this note: sphinx-gallery/sphinx-gallery#760
1 parent 4c71a1f commit 7e3c773

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ does not float with it.
204204
*/
205205
.sphx-glr-thumbcontainer p.caption:hover > a.headerlink{
206206
visibility: hidden;
207-
208207
}
209208

210209
/* slightly reduce horizontal margin compared to gallery.css to
@@ -218,6 +217,14 @@ does not float with it.
218217
padding: 0;
219218
}
220219

220+
/* hide note linking to the download section at the bottom of galleries
221+
* as suggested in https://github.com/sphinx-gallery/sphinx-gallery/issues/760
222+
*/
223+
div.sphx-glr-download-link-note {
224+
height: 0px;
225+
visibility: hidden;
226+
}
227+
221228
table.property-table th,
222229
table.property-table td {
223230
padding: 4px 10px;

0 commit comments

Comments
 (0)