I need help styling my listview so that each item does not appear in a box format. I have tried applying CSS, but there is still a small gap between each list item. Can anyone assist me with this?
Here is the CSS code I have been using:
.list li {
border-width: -5px !important;
border-top-width: 0px !important;
background: #cccccc;
}
Thank you in advance.
View a sample here - http://jsfiddle.net/Lvp9j/