1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.treeRoot > .branch > ul { margin-top: 0; } .branch > .branch-label { font-weight: bold; cursor: pointer; } .branch ul { list-style: none; } .branch ul { padding-left: 30px; } .branch .collapse { display: none; }