From: Tvrtko Date: Thu, 7 Jan 2016 21:24:18 +0000 (+0100) Subject: grids - separate example code and live example X-Git-Tag: v6.1.2~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7804%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git grids - separate example code and live example --- diff --git a/docs/pages/kitchen-sink.md b/docs/pages/kitchen-sink.md index 1e97d2d74..993bf9998 100644 --- a/docs/pages/kitchen-sink.md +++ b/docs/pages/kitchen-sink.md @@ -394,7 +394,17 @@ description: Everything but. ## Flex Grid -```html_example +```html +
+
6 columns
+
6 columns
+
+
+
12/6/4 columns
+
12/6/8 columns
+
+``` +
6 columns
6 columns
@@ -403,7 +413,6 @@ description: Everything but.
12/6/4 columns
12/6/8 columns
-``` --- @@ -486,31 +495,55 @@ description: Everything but. ## Grid -```html_example +```html +
+
2/3/4 columns
+
4/3/4 columns
+
6/6/4 columns
+
+
+
12/12/3 columns
+
12/12/6 columns
+
12/12/3 columns
+
+
+
6/6/2 columns
+
6/6/8 columns
+
12/12/2 columns
+
+
+
3 columns
+
9 columns
+
+
+
12/8/4 columns
+
12/4/8 columns
+
+``` +
-
2/3/4
-
4/3/4
-
6/6/4
+
2/3/4 columns
+
4/3/4 columns
+
6/6/4 columns
-
12/12/3
-
12/12/6
-
12/12/3
+
12/12/3 columns
+
12/12/6 columns
+
12/12/3 columns
-
6/6/2
-
6/6/8
-
12/12/2
+
6/6/2 columns
+
6/6/8 columns
+
12/12/2 columns
-
3
-
9
+
3 columns
+
9 columns
-
12/8/4
-
12/4/8
+
12/8/4 columns
+
12/4/8 columns
-``` ---