Changing gif to png, so baked apps have the correct icon. Fixes #1081

This commit is contained in:
Mark Story 2010-09-06 01:38:31 -04:00
parent bfaaa6b8ba
commit b491414a51

View file

@ -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;
}