Sidebar tree css selector fix #126 (#131)

This commit is contained in:
Dilek Üzülmez Taş 2020-10-30 20:53:30 +03:00 committed by GitHub
parent 6ae1b73852
commit c721779ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -64,6 +64,7 @@ body {
}
.toc ul {
list-style: none;
padding-left: 0.5rem;
width: 100%;
}

View file

@ -55,7 +55,7 @@
}
.tree,
ul {
.tree ul {
margin: 0;
padding: 0;
list-style: none;