From c8c3bf00b6f7e8f765ae9c51eb0d8b4498c34d02 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Sep 2013 13:56:10 -0700 Subject: fixes #9985: update grid classes in grid example --- examples/grid/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 7fc46c684..779eacfe5 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -87,8 +87,8 @@
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-6
-
.col-xs-6 .col-md-6
+
.col-xs-6
+
.col-xs-6

@@ -96,17 +96,13 @@

Mixed: mobile, tablet, and desktop

-
.col-xs-12 .col-lg-8
-
.col-xs-6 .col-lg-4
+
.col-xs-12 .col-sm-6 .col-lg-8
+
.col-xs-6 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
-
-
.col-xs-6 .col-sm-6 .col-lg-6
-
.col-xs-6 .col-sm-6 .col-lg-6
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4

-- cgit v1.2.3 From 8aa5181126d9480eef502403aa98e469a3597826 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Sep 2013 13:00:43 -0700 Subject: move /assets/ to /docs-assets/ ; fixes #10715 --- examples/grid/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 779eacfe5..2282d8066 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -5,7 +5,7 @@ - + Grid Template for Bootstrap @@ -17,8 +17,8 @@ -- cgit v1.2.3 From 33e0877d21e701430f7bc185ab4e2c8b2e60f9c5 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 24 Sep 2013 18:43:16 +0200 Subject: Disable IE Compatibility Mode in docs, examples ...because we don't support it and it may cause problems for people trying to view the docs in IE. --- examples/grid/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 2282d8066..0e90504f8 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -2,6 +2,7 @@ + -- cgit v1.2.3 From d72768a16abe811d987f2a38f980329260686114 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:09:50 -0700 Subject: use CDN for html5shiv instead of vendoring it; fixes part of #10989 --- examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 0e90504f8..c63f70b63 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ -- cgit v1.2.3 From 4b175d908cdbe923cfb2509bd5549509c300a71e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 10 Oct 2013 01:51:09 -0700 Subject: use https:// for CDN links - works when viewing page via file:// - sets a good example security-wise --- examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index c63f70b63..419ea02d8 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ -- cgit v1.2.3 From c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 13 Oct 2013 23:18:30 -0700 Subject: use CDN for respond.js --- examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 419ea02d8..3d34e75ed 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -19,7 +19,7 @@ -- cgit v1.2.3 From cf95fe20ba2b54eb433d513754741dc32e76a4cc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 16 Oct 2013 15:36:14 -0700 Subject: upgrade to html5shiv v 3.7.0 --- examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index 3d34e75ed..b058ac173 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ -- cgit v1.2.3 From c23d6a2766f550c63f7cf64f89296a2bcd52a324 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Oct 2013 18:39:03 -0700 Subject: Warn about IE8 + Respond.js + file:// problem in examples; fix #11019 --- examples/grid/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/grid') diff --git a/examples/grid/index.html b/examples/grid/index.html index b058ac173..d3159e631 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -16,6 +16,9 @@ + + +