mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
nested lists were getting way small. This made em stop.
This commit is contained in:
parent
49574cc7be
commit
d03f3c6a33
1 changed files with 1 additions and 1 deletions
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Reference in a new issue