diff options
| author | Mark Otto <[email protected]> | 2012-03-12 00:21:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-12 00:21:52 -0700 |
| commit | 5dff63d767889b65a3bd039eb26b86fcce97ea15 (patch) | |
| tree | 15dab7db31a601d0625bdaf8617be297cae5f606 /docs/examples/hero.html | |
| parent | 685039d608e16fc207ed2d8b5f31d47d6d0e6ae6 (diff) | |
| download | bootstrap-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.html | 6 |
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> |
