diff --git a/docs/lists/lists-count.html b/docs/lists/lists-count.html index 64d84926..f6a32344 100755 --- a/docs/lists/lists-count.html +++ b/docs/lists/lists-count.html @@ -21,11 +21,11 @@
diff --git a/docs/lists/lists-formatting.html b/docs/lists/lists-formatting.html index 561fe2fa..ad50012b 100755 --- a/docs/lists/lists-formatting.html +++ b/docs/lists/lists-formatting.html @@ -16,64 +16,68 @@

List formatting

- Home + Home
diff --git a/docs/lists/lists-icons.html b/docs/lists/lists-icons.html index 230209a2..dbf3a3eb 100755 --- a/docs/lists/lists-icons.html +++ b/docs/lists/lists-icons.html @@ -16,21 +16,21 @@

Icons

- Home + Home
diff --git a/docs/lists/lists-inset.html b/docs/lists/lists-inset.html index c2207619..3458eb8d 100755 --- a/docs/lists/lists-inset.html +++ b/docs/lists/lists-inset.html @@ -16,16 +16,16 @@

Inset list

- Home + Home
    @@ -37,13 +37,13 @@
@@ -51,28 +51,28 @@ diff --git a/docs/lists/lists-split-purchase.html b/docs/lists/lists-split-purchase.html index 893cb421..bae232f4 100755 --- a/docs/lists/lists-split-purchase.html +++ b/docs/lists/lists-split-purchase.html @@ -20,9 +20,11 @@
+

This album costs $10.99 and includes 9 tracks.

Your download will begin immediately on your mobile device and all tracks will by added your your library next time you sync.

-
Purchase album + Purchase album + No thanks
diff --git a/docs/lists/lists-split.html b/docs/lists/lists-split.html index e90a3750..001a83c5 100755 --- a/docs/lists/lists-split.html +++ b/docs/lists/lists-split.html @@ -16,79 +16,81 @@

List formatting

- Home + Home
diff --git a/docs/lists/lists-themes.html b/docs/lists/lists-themes.html index c896193b..cec322b2 100755 --- a/docs/lists/lists-themes.html +++ b/docs/lists/lists-themes.html @@ -28,10 +28,10 @@ <ul data-role="listview" data-inset="true">

Theming list items

@@ -42,20 +42,20 @@

Data-theme attributes also work at the LI-level, for styling a single item.

Theming dividers

@@ -67,10 +67,10 @@

Theming count bubbles

@@ -82,10 +82,10 @@

Theming icons

@@ -99,10 +99,10 @@

Theming split buttons

@@ -110,16 +110,16 @@

For split lists which a second button, the framework default to "b" for the theme swatch (blue in the default theme) Here is a default split list:

@@ -129,16 +129,17 @@

To specify the color swatch for the icon button on the right, add the data-splittheme to the list and specify a swatch letter. This attribute can also be added to individual split inside list items by adding a data-theme attribute to specific links (see second list item).

@@ -150,16 +151,16 @@ @@ -170,37 +171,37 @@

A swatch

B swatch

C swatch

D swatch

E swatch

diff --git a/docs/lists/lists-thumbnails.html b/docs/lists/lists-thumbnails.html index 0c11253b..5ae63755 100755 --- a/docs/lists/lists-thumbnails.html +++ b/docs/lists/lists-thumbnails.html @@ -16,69 +16,69 @@

Thumbnails

- Home + Home
diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index 49ba3877..84699bf8 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -206,8 +206,6 @@ $.widget( "mobile.listview", $.mobile.widget, { theme: itemTheme }); - a.first().addClass( "ui-link-inherit" ); - if ( a.length > 1 ) { itemClass += " ui-li-has-alt";