fixes #1029 only keep new logo

This commit is contained in:
plegall
2019-06-04 14:51:01 +02:00
parent 305e9c914a
commit 2829f1a4ea
8 changed files with 30 additions and 47 deletions
+2 -1
View File
@@ -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 {
+2 -1
View File
@@ -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 {