From 9767c87f9c0383f177a1bbe6b043f1e42e4e3a01 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 7 May 2013 15:42:36 -0400 Subject: [PATCH] grid changes Former-commit-id: 620f02f454ef6b51ccd6e1abecf26f3f6b27b727 Former-commit-id: 8d15c49f9315bb90f6916a272e4e47e91147fffb --- node/src/documents/collections/grid.html | 5 +- node/src/documents/collections/menu.html | 18 ++-- .../semantic/src/collections/grid.css | 17 ++- .../semantic/src/collections/menu.css | 101 +++++++++--------- node/src/layouts/default.html.eco | 2 +- src/collections/grid.css | 17 ++- src/collections/menu.css | 101 +++++++++--------- 7 files changed, 143 insertions(+), 118 deletions(-) diff --git a/node/src/documents/collections/grid.html b/node/src/documents/collections/grid.html index 7e18f39ef..8e298d337 100755 --- a/node/src/documents/collections/grid.html +++ b/node/src/documents/collections/grid.html @@ -23,7 +23,8 @@ type : 'UI Collection'

Grid

A grid is made up of columns of content. By default a grid must assume a certain number of columns. The semantic library assumes 12 columns by default.

-
For convenience if only a single column is specified inside a grid or grid row, it will assume the column to take up the entire grid width. If you would like to override this behavior, specify the grid width as a one wide column
+
Tip +

If only a single column is specified inside a grid or a grid row, semantic will assume the column to take up the entire grid width. If you would like to override this behavior, specify the grid width as a one wide column

1 @@ -177,7 +178,7 @@ type : 'UI Collection'
-