From: Иван Жеков Date: Mon, 21 Aug 2017 11:51:36 +0000 (+0300) Subject: Remove trailing spaces (#23593) X-Git-Tag: v4.0.0-beta.2~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721d948d949f783d3213f383d1ef97ff909a2249;p=thirdparty%2Fbootstrap.git Remove trailing spaces (#23593) --- 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 %}