Merge pull request #534 from thezbyg/master

Fix incorrect tree item display.
This commit is contained in:
Lars Jung 2016-05-27 23:47:22 +02:00
commit 8d5473903e

View file

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