Skip to content

Commit

Permalink
Changing gif to png, so baked apps have the correct icon. Fixes #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 6, 2010
1 parent bfaaa6b commit b491414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/templates/skel/webroot/css/cake.generic.css
Expand Up @@ -79,7 +79,7 @@ ul, li {
}
#header h1 {
line-height:20px;
background: #003d4c url('../img/cake.icon.gif') no-repeat left;
background: #003d4c url('../img/cake.icon.png') no-repeat left;
color: #fff;
padding: 0px 30px;
}
Expand Down

0 comments on commit b491414

Please sign in to comment.