mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Changing gif to png, so baked apps have the correct icon. Fixes #1081
This commit is contained in:
parent
bfaaa6b8ba
commit
b491414a51
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