Showing with 2 additions and 2 deletions.
  1. +2 −2 docs/lists/docs-lists.html
@@ -71,7 +71,7 @@ <h2>Split button lists</h2>


<h2>List dividers</h2>
<p>List items can be turned into dividers to organize and group the list items. This is done by adding the <code> data-role="list-divider"</code> to any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by adding the <code>data-dividertheme</code> attribute to the list element (<code>ul</code> or <code>ol</code>) and specifying a theme swatch letter.</p>
<p>List items can be turned into dividers to organize and group the list items. This is done by adding the <code> data-role="list-divider"</code> to any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by adding the <code>data-divider-theme</code> attribute to the list element (<code>ul</code> or <code>ol</code>) and specifying a theme swatch letter.</p>

<a href="lists-divider.html" data-role="button" data-icon="arrow-r" data-iconpos="right">List divider example</a>

@@ -157,7 +157,7 @@ <h2>Updating lists</h2>

<h3>More in this section</h3>

<ul data-role="listview" data-theme="c" data-dividertheme="d">
<ul data-role="listview" data-theme="c" data-divider-theme="d">

<li data-role="list-divider">List views</li>
<li data-theme="a"><a href="docs-lists.html">List basics &amp; API</a></li>