Tweak stylies

This commit is contained in:
Hawkins 2016-08-12 15:01:21 +08:00
parent ab9376a6c8
commit 73e5e4fac1
1 changed files with 4 additions and 4 deletions

View File

@ -420,10 +420,10 @@ Below are the link relations which are not recommended for use:
<!-- If you use art-direction and/or want to have different content for each device. -->
<!-- you can add more touch icons. -->
<!-- Just do it like this. -->
<link rel="apple-touch-icon" sizes="57x57" href="/path/to/icon@57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/path/to/icon@72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/path/to/icon@114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="//path/to/icon@144.png" />
<link rel="apple-touch-icon" sizes="57x57" href="path/to/icon@57.png">
<link rel="apple-touch-icon" sizes="72x72" href="path/to/icon@72.png">
<link rel="apple-touch-icon" sizes="114x114" href="path/to/icon@114.png">
<link rel="apple-touch-icon" sizes="144x144" href="path/to/icon@144.png">
<!-- Startup Image ( Bad News : This doesn't work in new version of iOS. ) -->
<link rel="apple-touch-startup-image" href="path/to/startup.png">