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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -