From: Mark Otto Date: Tue, 26 Jul 2016 00:10:32 +0000 (-0700) Subject: update text in grid example X-Git-Tag: v4.0.0-alpha.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7090a7c448e97e81a327b7fae2ff5e08bb6ae78;p=thirdparty%2Fbootstrap.git update text in grid example --- diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 4723f0e8d9..33140b1e11 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -157,11 +157,11 @@

Reset offsets, pushes, and pulls at specific breakpoints.

.col-sm-5 .col-md-6
-
.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0
+
.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0
.col-sm-6 .col-md-5 .col-lg-6
-
.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0
+
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0