Make the tree a little less dense

This commit is contained in:
Ilya K 2022-08-12 09:46:32 +03:00
parent 93bbd6925b
commit 2b8a8fdd9c

View file

@ -9,6 +9,7 @@ ul.tree, ul.subtree {
ul.subtree > li {
position: relative;
padding-left: 2.0em;
line-height: 140%;
border-left: 0.1em solid #6185a0;
}