Fix incorrect tree item display.

Issues #533 and #499.
This commit is contained in:
Albertas Vyšniauskas 2016-05-17 17:04:24 +03:00
parent 8e143a4607
commit 8157ada8fc

View file

@ -24,6 +24,10 @@
} }
} }
li {
clear: left;
}
.active > a { .active > a {
font-weight: bold; font-weight: bold;
} }