Skip to content

Commit

Permalink
last change in custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Mar 21, 2024
1 parent 4a3ad26 commit 8b52cee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@
.toggle .header.open:after {
content: " ▲";
}

/* hide the top link */
div.sphx-glr-download-link-note {
height: 0px;
visibility: hidden;
}

/* Remove big whitespace to solve #1642 */
pre, div[class*="highlight-"] {
clear: left;
}

0 comments on commit 8b52cee

Please sign in to comment.