File: hide_links.css

package info (click to toggle)
sphinx-gallery 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,340 kB
  • sloc: python: 10,346; makefile: 216; lisp: 15; sh: 11; cpp: 9
file content (9 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
.sphx-glr-download-link-note, /* Download link note in header */
.binder-badge,                /* Binder launch badge in footer */
.lite-badge,                  /* Lite launch badge in footer */
.sphx-glr-download-jupyter,   /* Download Jupyter notebook link in footer */
.sphx-glr-download-python,    /* Download Python script link in footer */
.sphx-glr-download-zip        /* Download zipped link in footer */
{
  display: none;
}