mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #1818 from innoying/patch-1
Fixed typo in docs/buttons/buttons-themes.html. Thanks innoying!
This commit is contained in:
commit
1230bedd40
1 changed files with 1 additions and 1 deletions
2
docs/buttons/buttons-themes.html
Executable file → Normal file
2
docs/buttons/buttons-themes.html
Executable file → Normal file
|
|
@ -84,7 +84,7 @@
|
|||
<a href="index.html" data-role="button" data-theme="e" data-icon="arrow-l" data-inline="true">Theme e</a>
|
||||
</div>
|
||||
|
||||
<p><strong>"d" theme</strong> on container with themed buttons inside</p>
|
||||
<p><strong>"e" theme</strong> on container with themed buttons inside</p>
|
||||
<div data-role="content" data-theme="e">
|
||||
<a href="index.html" data-role="button" data-theme="a" data-icon="arrow-l" data-inline="true">Theme a</a>
|
||||
<a href="index.html" data-role="button" data-theme="b" data-icon="arrow-l" data-inline="true">Theme b</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue