]> git.openstreetmap.org Git - rails.git/commit
Improve favicons
authorTom Hughes <tom@compton.nu>
Thu, 11 Jun 2015 20:16:29 +0000 (21:16 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Jun 2015 20:18:31 +0000 (21:18 +0100)
commitedfbbf7336a38162b2d996ebca21918a5d6039a0
treea849493edeb7b83a1433339285cd5857b788e0d2
parent92384ed9565d6f6558417ea43958612cbf9a87d7
Improve favicons

Following http://stackoverflow.com/questions/2268204/favicon-dimensions
advice on the best range of icons to offer, and using the site linked
there to generate everything.
36 files changed:
app/assets/favicons/android-chrome-144x144.png [new file with mode: 0644]
app/assets/favicons/android-chrome-192x192.png [new file with mode: 0644]
app/assets/favicons/android-chrome-36x36.png [new file with mode: 0644]
app/assets/favicons/android-chrome-48x48.png [new file with mode: 0644]
app/assets/favicons/android-chrome-72x72.png [new file with mode: 0644]
app/assets/favicons/android-chrome-96x96.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-114x114.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-120x120.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-144x144.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-152x152.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-180x180.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-57x57.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-60x60.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-72x72.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-76x76.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon-precomposed.png [new file with mode: 0644]
app/assets/favicons/apple-touch-icon.png [new file with mode: 0644]
app/assets/favicons/browserconfig.xml.erb [new file with mode: 0644]
app/assets/favicons/favicon-16x16.png [new file with mode: 0644]
app/assets/favicons/favicon-194x194.png [new file with mode: 0644]
app/assets/favicons/favicon-32x32.png [new file with mode: 0644]
app/assets/favicons/favicon-96x96.png [new file with mode: 0644]
app/assets/favicons/favicon.ico [new file with mode: 0644]
app/assets/favicons/manifest.json.erb [new file with mode: 0644]
app/assets/favicons/mstile-144x144.png [new file with mode: 0644]
app/assets/favicons/mstile-150x150.png [new file with mode: 0644]
app/assets/favicons/mstile-310x150.png [new file with mode: 0644]
app/assets/favicons/mstile-310x310.png [new file with mode: 0644]
app/assets/favicons/mstile-70x70.png [new file with mode: 0644]
app/assets/images/favicon.ico [deleted file]
app/assets/images/osm_logo_114.png [deleted file]
app/assets/images/osm_logo_144.png [deleted file]
app/assets/images/osm_logo_228.png [deleted file]
app/assets/images/osm_logo_57.png [deleted file]
app/assets/images/osm_logo_72.png [deleted file]
app/views/layouts/_head.html.erb