Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav bar #2806

Merged
merged 2 commits into from Jan 10, 2021
Merged

Nav bar #2806

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions css/MLS-navbar-left.css
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 All @@ -67,6 +71,10 @@ nav > div.ltx_TOC {
padding: 0em;
}

.ltx_tocentry_document > ul.ltx_toclist {
padding: 0em;
}

.ltx_toclist ul {
padding-left: 1em; /* Indentation of each table of contents level below the top. */
}
Expand Down