This commit is contained in:
PattyToland 2010-10-15 22:39:31 -04:00
parent c37bdd6727
commit ee23c99e8a

View file

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