Skip to content

Commit

Permalink
Adjust rollout-menu to hide “On Github” and show “Downloads” instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Dec 22, 2022
1 parent 08f06ff commit 7773499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _static/jamovi.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,15 +657,15 @@ img.person {
color: red;
}

/* Remove Versions section from roll-up menu */
/* Remove "Versions" section from roll-up menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) {
display: none;
}
/* Remove On Read the Docs section from roll-up menu */
/* Remove "On Read the Docs" section from roll-up menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) {
display: none;
}
/* Remove On GitHub section from roll-up menu */
/* Remove "On GitHub" section from roll-up menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(5) {
display: none;
}

0 comments on commit 7773499

Please sign in to comment.