mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
edit
This commit is contained in:
parent
c37bdd6727
commit
ee23c99e8a
1 changed files with 3 additions and 1 deletions
|
|
@ -33,13 +33,15 @@
|
|||
|
||||
|
||||
|
||||
<p>By default, grid blocks have no style appearance; they simply present content side-by-side. Here is the example above:</p>
|
||||
<p>The above markup produces the following content layout:</p>
|
||||
|
||||
<div class="ui-grid-a">
|
||||
<div class="ui-block-a"><strong>I'm Block A</strong> and text inside will wrap.</div>
|
||||
<div class="ui-block-b"><strong>I'm Block B</strong> and text inside will wrap.</div>
|
||||
</div><!-- /grid-a -->
|
||||
|
||||
<p>As you see above, by default grid blocks have no style appearance; they simply present content side-by-side.</p>
|
||||
|
||||
<p>The grid classes can be applied to any container. In this example, we've added <code>grid-a</code> to a <code>fieldset</code> to make the two button inside stretch to 50% of the screen width:</p>
|
||||
|
||||
<pre><code>
|
||||
|
|
|
|||
Loading…
Reference in a new issue