first i add list to my app page then i separate space between the list using the css lines
[dsid=mobilelist_40] li + li {
margin: 10px 0;
}
then i tested the app. first child of the list has four side borders and other child of list has three side borders (bottom border is missing for other childs of the list except the first child of the list?)