From ea01e8bbc4fd42ac1e77b5af197b3b1198c50acc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:49:21 -0800 Subject: nuke remaining less/tests/ files and move grid over to examples dir --- docs/examples/grid.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++ docs/getting-started.html | 7 ++++++ 2 files changed, 71 insertions(+) create mode 100644 docs/examples/grid.html (limited to 'docs') diff --git a/docs/examples/grid.html b/docs/examples/grid.html new file mode 100644 index 000000000..4fc724a5a --- /dev/null +++ b/docs/examples/grid.html @@ -0,0 +1,64 @@ +--- +layout: example +title: Grid template +--- + + + + + +
+ + + +

Default grid columns

+
+
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+
+
4
+
4
+
4
+
+
+
6
+
6
+
+
+
12
+
+
+ +
diff --git a/docs/getting-started.html b/docs/getting-started.html index 7f8dbff01..46ec820ed 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -253,6 +253,13 @@ description: Overview of the project, its contents, and how to get started with

Fixed top navbar

+
+ + + +

Grid examples

+

+
-- cgit v1.2.3