mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Changing gif to png, so baked apps have the correct icon. Fixes #1081
This commit is contained in:
parent
fd50c2ae2a
commit
2e46d2f5ca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue