From cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 19 Jan 2014 13:27:17 +0100 Subject: Improve tags --- docs/examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/grid/index.html') diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index e9196fc57..1ae149aad 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -3,7 +3,7 @@ - + -- cgit v1.2.3 From af1ba5cf74fb695674a166c3c6883bf62e91ceda Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sat, 25 Jan 2014 01:58:54 +0100 Subject: Clarify nesting in grid example --- docs/examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/grid/index.html') diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 1ae149aad..54bdfbe0a 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -63,7 +63,7 @@

Two columns with two nested columns

-

Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

+

Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

At mobile device sizes, tablets and down, these columns and their nested columns will stack.

-- cgit v1.2.3