diff --git a/css/MLS-navbar-left.css b/css/MLS-navbar-left.css index 5e0a7c489..deae413c5 100644 --- a/css/MLS-navbar-left.css +++ b/css/MLS-navbar-left.css @@ -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. */ }