diff --git a/server/documents/collections/grid.html.eco b/server/documents/collections/grid.html.eco index 1d34624fa..05f2ff3f0 100755 --- a/server/documents/collections/grid.html.eco +++ b/server/documents/collections/grid.html.eco @@ -27,10 +27,12 @@ themes : ['default']

Standard

-

Basic Grid

+

Simple Grid

A grid is made up of columns of content with gutters to provide negative space between columns.

-
All grid systems must assume an arbitrary amount of column rows. Semantic's default theme assumes 16 columns
+
+ All grid systems must assume an arbitrary amount of column rows. Semantic's default theme assumes 16 columns +
@@ -52,9 +54,14 @@ themes : ['default']
-

Enhanced Grid

-

A grid can include additional nesting for rows. This allows variations like equal height and vertically divided

to function correctly and ensures the bottom grid row will always sit flush with content below.

+

Grid with Rows

+

A grid can wrap groups of columns into rows

+
+

The Benefits of Rows

+

It's often easier to have dynamic content output without nested rows, but using row wrappers is the only way for variations like equal height and vertically divided to function correctly.

+

In addition, the bottom and top rows, when specified will sit flush with the edge of the grid.

+
@@ -95,10 +102,11 @@ themes : ['default']

Page Grid

-

A page grid is used to layout page contents into a grid system. Page grids exists on the top level of a web site. A page grid has gutters to the left and right of its columns to center content on a page.

+

A page grid is used to layout page contents into a grid system. -

Page Grid

-

A page grid will automatically resize its gutters as a browser's width changes. This will preserve a percentage of width as a gutter.

+
+

A page grid has gutters to the left and right of its columns to center content on a page. These gutterss adjust as the width of the browser changes, ensuring your grid uses a sensible amount of the browser.

+