mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Updated grouped button example to avoid wrapping
This commit is contained in:
parent
51711b357f
commit
b8f32749d8
1 changed files with 1 additions and 2 deletions
|
|
@ -51,8 +51,7 @@
|
|||
|
||||
<p>Horizontal grouped buttons with icons:</p>
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
<a href="index.html" data-role="button" data-icon="arrow-u">Up</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-d">Down</a>
|
||||
<a href="index.html" data-role="button" data-icon="plus">Add</a>
|
||||
<a href="index.html" data-role="button" data-icon="delete">Delete</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue