From 721d948d949f783d3213f383d1ef97ff909a2249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=96=D0=B5=D0=BA=D0=BE=D0=B2?= Date: Mon, 21 Aug 2017 14:51:36 +0300 Subject: [PATCH] Remove trailing spaces (#23593) --- docs/4.0/layout/grid.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 5921b8c159..fbc0e0bd10 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -495,18 +495,18 @@ With the handful of grid tiers available, you're bound to run into issues where, In addition to column clearing at responsive breakpoints, you may need to reset offsets. See this in action in [the grid example]({{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/). -
-{% example html %} -
-
.col-sm-5 .col-md-6
-
.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0
-
+
+{% example html %} +
+
.col-sm-5 .col-md-6
+
.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0
+
-
-
.col.col-sm-6.col-md-5.col-lg-6
-
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 offset-lg-0
-
-{% endexample %} +
+
.col.col-sm-6.col-md-5.col-lg-6
+
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 offset-lg-0
+
+{% endexample %}
## Reordering @@ -645,7 +645,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS @include make-col-ready(); @include make-col($size, $columns: $grid-columns); -// Get fancy by offsetting, or changing the sort order +// Get fancy by offsetting, or changing the sort order @include make-col-offset($size, $columns: $grid-columns); {% endhighlight %}