浏览代码

Icons update

Nathaniel van Diepen 10 年之前
父节点
当前提交
51ac6c79f8
共有 5 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      bugs.webapp
  2. 二进制
      img/bug.ico
  3. 二进制
      img/favicon.ico
  4. 二进制
      img/favicon.png
  5. 1 1
      index.php

+ 1 - 1
bugs.webapp

@@ -3,7 +3,7 @@
 	"description": "Issue tracker and project managment",
 	"launch_path": "/",
 	"icons": {
-		"64": "/img/bug.png"
+		"128": "/img/favicon.png"
 	},
 	"developer": {
 		"name": "Nathaniel 'Eeeems' van Diepen",

二进制
img/bug.ico


二进制
img/favicon.ico


二进制
img/favicon.png


+ 1 - 1
index.php

@@ -64,7 +64,7 @@
 		<meta name="viewport" content="width=device-width, user-scalable=false, initial-scale=1, maximum-scale=1.0, user-scalable=0, user-scalable=no">
 		<meta name="apple-mobile-web-app-capable" content="yes" />
 		<link rel="shortcut icon" href="img/favicon.ico" />
-		<link rel="icon" type="image/png" href="img/bug.png" />
+		<link rel="icon" type="image/png" href="img/favicon.png" />
 		<link href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css" rel="stylesheet" type="text/css"/>
 		<link href="css/style.css" rel="stylesheet" type="text/css"/>
 		<title>Bugs</title>