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:

-
-
+
+