diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/fluid.html | 8 | ||||
| -rw-r--r-- | docs/examples/hero.html | 6 | ||||
| -rw-r--r-- | 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 38d6f32f8..e3426c7a9 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 37a41ccdb..2267a5f3c 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 eb35b189e..af27165f9 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> |
