Skip to content

Commit

Permalink
Remove document title also from top page sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 7, 2021
1 parent 632fb4a commit 20c1921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ nav > div.ltx_TOC {
display: none; /* Don't show sidebar title, as it is too long to look good, and seem to lack structure for adequate layout. */
}

.ltx_page_navbar .ltx_tocentry_document > .ltx_ref_self {
display: none; /* Similar to sidebar title, but for the top page. */
}

.ltx_page_header a[rel=prev] {
display: none; /* Don't show link to previous chapter. */
}
Expand Down

0 comments on commit 20c1921

Please sign in to comment.