typos in button-icons

This commit is contained in:
marek 2010-10-19 06:22:56 +08:00 committed by Brandon Aaron
parent 917e32fc22
commit 4e36f943d1

View file

@ -33,9 +33,9 @@
<p>The following <code>data-icon</code> attributes can be referenced to create the icons shown below:</p>
<p><strong>Left arrow</strong> - data-icon="arrow-u"</p>
<p><strong>Left arrow</strong> - data-icon="arrow-l"</p>
<a href="index.html" data-role="button" data-icon="arrow-l">My button</a>
<p><strong>Right arrow</strong> - data-icon="arrow-d"</p>
<p><strong>Right arrow</strong> - data-icon="arrow-r"</p>
<a href="index.html" data-role="button" data-icon="arrow-r">My button</a>
<p><strong>Up arrow</strong> - data-icon="arrow-u"</p>
<a href="index.html" data-role="button" data-icon="arrow-u">My button</a>
@ -158,4 +158,4 @@
</div><!-- /page -->
</body>
</html>
</html>