changed body to bar in list divider theming. Fixes #163

This commit is contained in:
scottjehl 2010-10-12 15:10:17 -04:00
parent c59dafd616
commit 4278d61c96

View file

@ -65,7 +65,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
.addClass( "ui-link-inherit" );
}
else if( role == "list-divider" ){
$li.addClass( "ui-li-divider ui-btn ui-body-" + dividertheme ).attr( "role", "heading" );
$li.addClass( "ui-li-divider ui-btn ui-bar-" + dividertheme ).attr( "role", "heading" );
}
else {
$li.addClass( "ui-li-static ui-btn-up-" + o.theme );