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/examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/grid') diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 72e9f6bcd..3c4c68df6 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -150,7 +150,7 @@
.col-xs-6 .col-sm-3
-
+
.col-xs-6 .col-sm-3
.col-xs-6 .col-sm-3
-- cgit v1.2.3 From 87a3fdd1b716aefef8272994ea3f6f32601deaae Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:16:01 +0300 Subject: Clean up inclusion of IE-specific JS files. Move them to footer, and remove duplicate ones. [ci skip] --- docs/examples/grid/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/examples/grid') diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 3c4c68df6..c64b37dc5 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -16,9 +16,6 @@ - - - @@ -176,5 +173,7 @@ + + -- cgit v1.2.3