From dfad37548e54bd1e3a90ac9595b2e8b611d6b605 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 9 Jan 2011 18:12:02 -0500 Subject: [PATCH] docs - revise cellsByColumn and cellsByRow --- _posts/docs/2010-12-05-layout-modes.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/docs/2010-12-05-layout-modes.mdown b/_posts/docs/2010-12-05-layout-modes.mdown index 290f6f8..a3c6ea8 100644 --- a/_posts/docs/2010-12-05-layout-modes.mdown +++ b/_posts/docs/2010-12-05-layout-modes.mdown @@ -53,7 +53,7 @@ Item elements are arranged into rows. Similar to what you would expect from a la ## cellsByRow -A grid layout. The grid is defined by two options, `columnWidth` and `rowHeight`. +A grid layout where items are centered inside each cell. The grid is defined by two options, `columnWidth` and `rowHeight`. ### Options {#cellsByRow-options} @@ -111,7 +111,7 @@ Item elements are arranged into columns. The horizontal equivalent of fitRows. C ## cellsByColumn -A grid layout. The grid is defined by two options, `columnWidth` and `rowHeight`. The horizontal equivalent of cellsByRow. +A grid layout where items are centered inside each cell. The grid is defined by two options, `columnWidth` and `rowHeight`. The horizontal equivalent of cellsByRow. ### Options {#cellsByColumn-options}