Skip to content

Commit

Permalink
Merge pull request #63 from rtfd/davidfischer/hide-blog-flyout
Browse files Browse the repository at this point in the history
Hide the flyout menu on the blog
  • Loading branch information
davidfischer authored Jan 30, 2019
2 parents 3e4615f + 854edcc commit bd35bfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _themes/rtd-blog/static/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ strong {
div.highlight pre {
white-space: pre;
}

/* Remove the RTD flyout menu on the blog */
.rst-versions.rst-badge {
display: none !important;
}

0 comments on commit bd35bfa

Please sign in to comment.