Updated grouped button example to avoid wrapping

This commit is contained in:
toddparker 2011-10-15 23:42:25 -04:00
parent 51711b357f
commit b8f32749d8

View file

@ -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>