From ee23c99e8a172bc495930144ba9e417a275e216e Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 22:39:31 -0400 Subject: [PATCH] edit --- docs/content/content-grids.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html index 5b65aa08..e6738064 100755 --- a/docs/content/content-grids.html +++ b/docs/content/content-grids.html @@ -33,13 +33,15 @@ -

By default, grid blocks have no style appearance; they simply present content side-by-side. Here is the example above:

+

The above markup produces the following content layout:

I'm Block A and text inside will wrap.
I'm Block B and text inside will wrap.
+

As you see above, by default grid blocks have no style appearance; they simply present content side-by-side.

+

The grid classes can be applied to any container. In this example, we've added grid-a to a fieldset to make the two button inside stretch to 50% of the screen width: