From 43ea8df11207a8c443c719892ac6acd0c0244202 Mon Sep 17 00:00:00 2001 From: toddparker Date: Wed, 30 Mar 2011 23:15:27 -0400 Subject: [PATCH] Fixed missing hyphens in listview theming data- attribues and re-coded some mangled list code examples. Everything is working right again. Closes #992 --- docs/lists/lists-themes.html | 68 +++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/docs/lists/lists-themes.html b/docs/lists/lists-themes.html index 53f459ee..60ddcc70 100755 --- a/docs/lists/lists-themes.html +++ b/docs/lists/lists-themes.html @@ -60,13 +60,13 @@

Theming dividers

-

The theme for list dividers can be set by adding the data-dividertheme to the list and specifying a swatch letter. Here is an example of the same list above with swatch "d" set on the dividers.

+

The theme for list dividers can be set by adding the data-divider-theme to the list and specifying a swatch letter. Here is an example of the same list above with swatch "d" set on the dividers.

-<ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="c"> +<ul data-role="listview" data-inset="true" data-theme="d" data-divider-theme="e"> -