- Compatible XF Versions
 - 2.0
 
- extra.less
 
		Less:
	
	.node-subNodesFlat {
    display: block;
}
.node-subNodeFlatList li {
    width: 45%;
    float: left;
}
	- screen :
 
.node-subNodesFlat {
    display: block;
}
.node-subNodeFlatList li {
    width: 45%;
    float: left;
}