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 | a3bc40c4cd96383611ff9b14cb7854667e500d26 (patch) | |
| tree | cce56377c911f41d5dce556aa6fef0aef63e4017 /hero.html | |
| parent | d4a48c96184b80b8b4761c99c285e003571b8c5d (diff) | |
| download | bootstrap-a3bc40c4cd96383611ff9b14cb7854667e500d26.tar.xz bootstrap-a3bc40c4cd96383611ff9b14cb7854667e500d26.zip | |
fix apple touch icons in examples
Diffstat (limited to 'hero.html')
| -rw-r--r-- | hero.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
