From: SKmedix Date: Mon, 21 Aug 2017 15:30:55 +0000 (+0200) Subject: Added missing dot (#23601) X-Git-Tag: v4.0.0-beta.2~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022b41ed9bdae5bec96021cf73258ffc75ec2d06;p=thirdparty%2Fbootstrap.git Added missing dot (#23601) --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index fbc0e0bd10..20ec1f8c90 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -504,7 +504,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
.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
+
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0
{% endexample %}