aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-12 00:21:52 -0700
committerMark Otto <[email protected]>2012-03-12 00:21:52 -0700
commit5dff63d767889b65a3bd039eb26b86fcce97ea15 (patch)
tree15dab7db31a601d0625bdaf8617be297cae5f606
parent685039d608e16fc207ed2d8b5f31d47d6d0e6ae6 (diff)
downloadbootstrap-5dff63d767889b65a3bd039eb26b86fcce97ea15.tar.xz
bootstrap-5dff63d767889b65a3bd039eb26b86fcce97ea15.zip
fix apple touch icons in examples
-rw-r--r--docs/examples/fluid.html8
-rw-r--r--docs/examples/hero.html6
-rw-r--r--docs/examples/starter-template.html6
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>