nested lists were getting way small. This made em stop.

This commit is contained in:
scottjehl 2010-11-10 23:50:14 -05:00
parent 49574cc7be
commit d03f3c6a33

View file

@ -125,7 +125,7 @@ jQuery.widget( "mobile.listview", jQuery.mobile.widget, {
item.find( "h1, h2, h3, h4, h5, h6" ).addClass( "ui-li-heading" );
item.find( "p, ul, dl" ).addClass( "ui-li-desc" );
item.find( "p, dl" ).addClass( "ui-li-desc" );
item.find( "img" ).addClass( "ui-li-thumb" ).each(function() {
jQuery( this ).closest( "li" )