From 4a0e07cadbd444140800af2198ae4196cac3fd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B5=D1=80=D0=B3=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Wed, 30 Nov 2016 02:54:07 +0300 Subject: [PATCH] Small fixes --- views/grid.html | 50 ++++++++++++++++++++--------------------- views/installation.html | 4 ++-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/views/grid.html b/views/grid.html index 55d9be2..916b89c 100644 --- a/views/grid.html +++ b/views/grid.html @@ -15,7 +15,7 @@ {% include "inc/analytics.html" %} - +
@@ -32,7 +32,7 @@

Breakpoints & Grid

Easy to use flexbox grid, using the CastleCSS breakpoint system.

- +

The basics

CastleCSS has a completely fluid and nestable flexbox grid, with 12 to 24 columns, depending on the breakpoint you are viewing. The column widths are predefined as fixed percentages and the gutter widths are variables that can be influenced per breakpoint.

To start a new grid in html you first create an element with the g class (which stands for grid).
@@ -286,7 +286,7 @@

Order

- +

Gutters

@@ -628,7 +628,7 @@
Example without wrapping
- * When you use nowrap in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10. + * When you use nowrap in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10.
@@ -666,18 +666,18 @@

Align self

Example
-
1
 
-
2
 
-
 
-
4
 
-
5
 
+
1
 
+
2
 
+
 
+
4
 
+
5
 
 										
-
-
-
-
-
+
+
+
+
+
@@ -685,7 +685,7 @@
Example

Grid pushing

-

You can "push" grid-items across the grid with push classes: {breakpoint}-push- classes.

+

You can "push" grid-items across the grid with push classes: {breakpoint}-push- classes.

Example: b3_push_01 (push 1 column from breakpoint 3 and up.

@@ -701,25 +701,25 @@

Grid pushing

Push examples

-
 
-
b0_push_03
-
 
+
 
+
b0_push_03
+
 
 									
-
-
-
+
+
+
-
b3_push_12
-
 
+
b3_push_12
+
 
 									
-
-
+
+
diff --git a/views/installation.html b/views/installation.html index 8c09aae..e935375 100644 --- a/views/installation.html +++ b/views/installation.html @@ -72,8 +72,8 @@

Structure

|
|-- node_modules/
| | -- castlecss-core/
- | | --castlecss-buttons/
- | | --castlecss-notifications/
+ | | -- castlecss-buttons/
+ | | -- castlecss-notifications/
| |
|-- scss/
| |-- main.scss