From 4f9270cc20c29cd3fbb0664379d620d14bb24a91 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 24 Mar 2014 09:28:40 +0200 Subject: Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 6dc26fe87..24c314a4d 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -6,7 +6,7 @@ - + Starter Template for Bootstrap -- cgit v1.2.3 From 448086f95a9114fb9ad96b76c5fc7b12a6fc51fd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 20 Apr 2014 16:09:47 -0700 Subject: add IE10 viewport bug workaround to examples Closes #13379. --- docs/examples/starter-template/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 24c314a4d..180402515 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -19,6 +19,9 @@ + + + -- cgit v1.2.3 From 52b6a3214574de58bee6e08049e5b477bb4f226c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 21 Apr 2014 19:12:43 +0300 Subject: Use the new respond.js URL. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 662274b49..1c07936c8 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -22,7 +22,7 @@ -- cgit v1.2.3 From a84a3693b12f549e075424a63d34a83dc19d277b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Apr 2014 15:35:05 -0700 Subject: add ie-emulation-modes-warning.js to docs & examples --- docs/examples/starter-template/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index e9eb5592b..de26a02a6 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -16,8 +16,9 @@ - + + -- cgit v1.2.3 From ed98b3dfc012166d01c72fc80caa0113e37b4d45 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 May 2014 09:22:43 +0300 Subject: Update html5shiv to 3.7.2. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index de26a02a6..6cc6093eb 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -25,7 +25,7 @@ -- cgit v1.2.3 From 7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 13 May 2014 08:33:23 +0300 Subject: Update jQuery to v1.11.1. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 6cc6093eb..ca748f835 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -66,7 +66,7 @@ - + -- cgit v1.2.3 From cae7dee2361c7023bd147570509a0c40ade3c4e9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 22 May 2014 10:55:28 +0300 Subject: Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91. The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index ca748f835..c3b7fb473 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -6,7 +6,7 @@ - + Starter Template for Bootstrap -- cgit v1.2.3 From 29d00e0cd7285133c9260276acb0d99b02d6e3bc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Mar 2014 09:30:04 +0200 Subject: Move apple-touch-icon-precomposed.png and favicon.ico in docs root. This way, it works in all browsers. --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index c3b7fb473..560e81da2 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -6,7 +6,7 @@ - + Starter Template for Bootstrap -- cgit v1.2.3 From 1e407c81f1033059adf85afbd9ba095d50587684 Mon Sep 17 00:00:00 2001 From: Michael Silber Date: Wed, 2 Jul 2014 16:49:03 -0400 Subject: Add collapsed default class to navbar-toggle --- docs/examples/starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/starter-template/index.html') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 560e81da2..717574b88 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -35,7 +35,7 @@