Merge branch 'master' of https://github.com/TrippingTheBits/jquery-mobile into TrippingTheBits-master

This commit is contained in:
John Bender 2011-02-06 21:44:35 -08:00
commit 099dfbd610

View file

@ -55,7 +55,7 @@
<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 body swatch "b" by default (light gray in the default theme) but you can specify a theme for dividers by adding the <code>data-groupingtheme</code> attribute 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 body swatch "b" by default (light gray in the default theme) but you can specify a theme for dividers by adding the <code>data-dividertheme</code> attribute to the list element (ul or ol) 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>
@ -97,4 +97,4 @@
</div><!-- /page -->
</body>
</html>
</html>