aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/hero.html
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 /docs/examples/hero.html
parent685039d608e16fc207ed2d8b5f31d47d6d0e6ae6 (diff)
downloadbootstrap-5dff63d767889b65a3bd039eb26b86fcce97ea15.tar.xz
bootstrap-5dff63d767889b65a3bd039eb26b86fcce97ea15.zip
fix apple touch icons in examples
Diffstat (limited to 'docs/examples/hero.html')
-rw-r--r--docs/examples/hero.html6
1 files changed, 3 insertions, 3 deletions
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>