Skip to content

Commit

Permalink
Remove HTML footer links to bibliography and index
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 26, 2021
1 parent 41833ac commit 2282130
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ nav > div.ltx_TOC {
display: none; /* Don't show link to previous chapter. */
}

.ltx_page_footer a[rel=bibliography] {
display: none; /* Don't show link to bibliography. */
}

.ltx_page_footer a[rel=index] {
display: none; /* Don't show link to index. */
}

.ltx_TOC {
padding-right: 1em;
overflow-y: auto;
Expand Down

0 comments on commit 2282130

Please sign in to comment.