css - Listview separator JQuery Mobile -


i'm using jquery mobile flat ui theme. it's great want add separator between each listview .

here listview :

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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -