Skip to content

Commit

Permalink
Remove excessive indentation of sidebar on top page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 7, 2021
1 parent 20c1921 commit 0f74988
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 @@ -71,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

0 comments on commit 0f74988

Please sign in to comment.