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 fd50c2ae2a
commit 2e46d2f5ca

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