]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Use a 180x180 apple-touch-icon.png.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 7 Oct 2014 16:17:20 +0000 (19:17 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 23 Oct 2014 06:17:27 +0000 (09:17 +0300)
Refs:
https://github.com/h5bp/html5-boilerplate/commit/1c4fcf32142e888946db579df0efbb52542e0ed1
https://github.com/h5bp/html5-boilerplate/commit/345925f04384b59929d8d39ba428cef548921408

[ci skip]

docs/_includes/header.html
docs/apple-touch-icon-precomposed.png [deleted file]
docs/apple-touch-icon.png [new file with mode: 0644]

index 9f77a4862ee47308a60a4f4f8084f4115861c4e9..d3f78d4246379dd2cefcb42ee16a6cfba318f54d 100644 (file)
@@ -45,7 +45,7 @@
 <![endif]-->
 
 <!-- Favicons -->
-<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">
 <link rel="icon" href="/favicon.ico">
 
 <script>
diff --git a/docs/apple-touch-icon-precomposed.png b/docs/apple-touch-icon-precomposed.png
deleted file mode 100644 (file)
index 61e0831..0000000
Binary files a/docs/apple-touch-icon-precomposed.png and /dev/null differ
diff --git a/docs/apple-touch-icon.png b/docs/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..5726470
Binary files /dev/null and b/docs/apple-touch-icon.png differ