css - Listview separator JQuery Mobile -
i'm using jquery mobile flat ui theme. it's great want add separator between each listview .
here listview :

which code have add in .css file ?
if want list style css separate each list.
check demo http://jsfiddle.net/2qgta/1/
add css.
ul li.ui-li {     border-top:1px solid #ccc !important; } ul li.ui-li-divider{     border-top:none !important; }      
Comments
Post a Comment