mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
typos in button-icons
This commit is contained in:
parent
917e32fc22
commit
4e36f943d1
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue