diff options
| author | Mark Otto <[email protected]> | 2012-12-03 13:22:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-03 13:22:10 -0800 |
| commit | 15a4399015e13fdcd00bfff32ccca5244d60c95d (patch) | |
| tree | 0f1ddab4e6f7dda0624df894e34f5b31db7c94b3 /docs/index.html | |
| parent | 869b69c66cbab0cc958db6a74d957233bff81c64 (diff) | |
| download | bootstrap-15a4399015e13fdcd00bfff32ccca5244d60c95d.tar.xz bootstrap-15a4399015e13fdcd00bfff32ccca5244d60c95d.zip | |
Align the touch icons attributes
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 12521d065..893325d36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,8 +22,8 @@ <link rel="shortcut icon" href="assets/ico/favicon.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.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"> + <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> |
