From 0a59fdc3326dedf881f26225190aa0275d3288fe Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 12 Aug 2014 00:18:40 -0400 Subject: [PATCH] Enhances grid docs, fixes some consistency issues, adds grid fixed width variables --- server/documents/collections/grid.html.eco | 83 +++++++++++-------- server/documents/views/statistic.html.eco | 81 ++++++++++++++++++ server/files/stylesheets/semantic.css | 28 ++++--- src/definitions/collections/grid.less | 6 ++ .../default/collections/grid.variables | 11 ++- 5 files changed, 162 insertions(+), 47 deletions(-) diff --git a/server/documents/collections/grid.html.eco b/server/documents/collections/grid.html.eco index 95a5f4ed3..1d34624fa 100755 --- a/server/documents/collections/grid.html.eco +++ b/server/documents/collections/grid.html.eco @@ -18,9 +18,8 @@ themes : ['default']
@@ -28,11 +27,12 @@ themes : ['default']

Standard

-

Grid

+

Basic 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 by default assumes 16 columns
-
+
All grid systems must assume an arbitrary amount of column rows. Semantic's default theme assumes 16 columns
+ +
@@ -51,43 +51,56 @@ 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.

-
-

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.

- -

Standard 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.

-
-
-