Skip to content

Commit

Permalink
Make easily diffable with the Portal one.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibgc committed Feb 24, 2022
1 parent e257f02 commit fd98292
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/_static/css/lockss.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
/* See https://docs.readthedocs.io/en/stable/guides/remove-edit-buttons.html#remove-on-section-from-versions-menu */
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) {
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(1) { /* Versions */
display: block;
}
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(2) { /* Downloads */
display: block;
}
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) { /* On Read the Docs */
display: none;
}
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) {
div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(4) { /* On GitHub */
display: none;
}

0 comments on commit fd98292

Please sign in to comment.