Skip to content

Commit

Permalink
Fixing name of cake icon on skel. Fixes #600
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Story <mark@mark-story.com>
  • Loading branch information
jrbasso authored and markstory committed Apr 19, 2010
1 parent 100a018 commit 4654c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.png') no-repeat left;
background: #003d4c url('../img/cake.icon.gif') no-repeat left;
color: #fff;
padding: 0px 30px;
}
Expand Down Expand Up @@ -532,4 +532,4 @@ div.code-coverage-results span.result-ok {
}
div.code-coverage-results span.result-good {
color: #0a0;
}
}

0 comments on commit 4654c85

Please sign in to comment.