mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
fixes #1029 only keep new logo
This commit is contained in:
@@ -52,8 +52,9 @@ body {
|
||||
|
||||
#theHeader {
|
||||
display: block;
|
||||
background:url("admin/themes/clear/images/piwigo_logo_big.png") no-repeat scroll center 20px transparent;
|
||||
background:url("admin/themes/default/images/piwigo-orange.svg") no-repeat scroll center 20px transparent;
|
||||
height:100px;
|
||||
background-size: 300px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
@@ -45,8 +45,9 @@ body {
|
||||
|
||||
#theHeader {
|
||||
display: block;
|
||||
background:url("admin/themes/clear/images/piwigo_logo_big.png") no-repeat scroll center 20px transparent;
|
||||
background:url("admin/themes/default/images/piwigo-orange.svg") no-repeat scroll center 20px transparent;
|
||||
height:100px;
|
||||
background-size: 300px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
Reference in New Issue
Block a user