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
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ body {
} }
.toc ul { .toc ul {
list-style: none;
padding-left: 0.5rem; padding-left: 0.5rem;
width: 100%; width: 100%;
} }
+1 -1
View File
@@ -55,7 +55,7 @@
} }
.tree, .tree,
ul { .tree ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; list-style: none;