From 8816dd33833a97b6c59314333b7f5176b013f485 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Wed, 20 Oct 2010 15:46:02 -0400 Subject: [PATCH] typo for 3 column grid. fixes: http://github.com/jquery/jquery-mobile/issuesearch?state=open&q=docs#issue/229 --- docs/content/content-grids.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html index 5fad8cd5..eece49a6 100755 --- a/docs/content/content-grids.html +++ b/docs/content/content-grids.html @@ -70,7 +70,7 @@

The other grid layout configuration uses class=ui-grid-b on the parent, and 3 child container elements, each with its respective ui-block-a/b/c class, to create a three-column layout (33/33/33%).


-<div class="ui-grid-a">
+<div class="ui-grid-b">
 	<div class="ui-block-a">Block A</div>
 	<div class="ui-block-b">Block B</div>
 	<div class="ui-block-c">Block C</div>
@@ -88,8 +88,8 @@
 		

And an example of a 3 column grid with buttons inside:

-
-
+
+