From 5dff63d767889b65a3bd039eb26b86fcce97ea15 Mon Sep 17 00:00:00 2001 From: Mark Otto <markotto@twitter.com> Date: Mon, 12 Mar 2012 00:21:52 -0700 Subject: [PATCH] fix apple touch icons in examples --- docs/examples/fluid.html | 8 ++++---- docs/examples/hero.html | 6 +++--- docs/examples/starter-template.html | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 38d6f32f8f..e3426c7a9a 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -27,9 +27,9 @@ <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../assets/ico/favicon.ico"> - <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> - <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> @@ -129,7 +129,7 @@ </footer> </div><!--/.fluid-container--> - + <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index 37a41ccdb1..2267a5f3cf 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -24,9 +24,9 @@ <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../assets/ico/favicon.ico"> - <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> - <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index eb35b189ee..af27165f9d 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -23,9 +23,9 @@ <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../assets/ico/favicon.ico"> - <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> - <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> -- GitLab