From e7090a7c448e97e81a327b7fae2ff5e08bb6ae78 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 25 Jul 2016 17:10:32 -0700 Subject: [PATCH] update text in grid example --- docs/examples/grid/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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