From 1496f5a485eeafa4eb620b2b2c7607e829f373ef Mon Sep 17 00:00:00 2001 From: toddparker Date: Thu, 20 Oct 2011 21:18:03 -0400 Subject: [PATCH] Revert d61d6b0127953e10b17820cf1fdd14ed22a12c41^..HEAD --- js/jquery.mobile.listview.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index d7238e81..f9e1bcad 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -87,13 +87,8 @@ $.widget( "mobile.listview", $.mobile.widget, { .addClass( "ui-corner-top" ); $topli.add( $topli.find( ".ui-btn-inner" ) ) - // exclude the ui-btn-inner span in split lists - .not( ".ui-li-link-alt span:first-child" ) ) - // give the glowing top-border a radius - .addClass( "ui-corner-top" ) - .end() - // include the first span in split lists for border-right-radius setting - .find( ".ui-li-link-alt, .ui-li-link-alt span:first-child" ) + .find( ".ui-li-link-alt" ) + .addClass( "ui-corner-tr" ) .end() .find( ".ui-li-thumb" )