From 1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 14:42:21 -0700 Subject: Replace remaining instances of defunct .visible* classes in docs .visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce] --- docs/layout/grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/layout') diff --git a/docs/layout/grid.md b/docs/layout/grid.md index c6983a62e..59ad79d39 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -317,7 +317,7 @@ Build on the previous example by creating even more dynamic and powerful layouts
.col-xs-6 .col-sm-4
.col-xs-6 .col-sm-4
-
+
.col-xs-6 .col-sm-4
{% endexample %} @@ -348,7 +348,7 @@ With the four tiers of grids available you're bound to run into issues where, at
.col-xs-6 .col-sm-3
-
+
.col-xs-6 .col-sm-3
.col-xs-6 .col-sm-3
-- cgit v1.2.3