aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-21 10:18:13 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-21 10:18:13 +0100
commitc055a1d0ca30dfbfacfa1729001cbfa040a8f4eb (patch)
treec8ce6a0e51669fe3784a4f3e957c7a6cfb40dd06 /phpBB/adm/style
parentMerge branch '3.3.x' (diff)
parentMerge pull request #5769 from hanakin/ticket/16248 (diff)
downloadphpbb-c055a1d0ca30dfbfacfa1729001cbfa040a8f4eb.tar.gz
phpbb-c055a1d0ca30dfbfacfa1729001cbfa040a8f4eb.tar.bz2
phpbb-c055a1d0ca30dfbfacfa1729001cbfa040a8f4eb.zip
Merge branch '3.3.x'
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/admin.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index a81cbe97cc..4223436bc6 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -217,14 +217,14 @@ li {
#page-header {
font-size: 0.85em;
text-align: right;
- background: url("../images/phpbb_logo.png") top left no-repeat;
+ background: url("../images/phpbb_logo.svg") top left no-repeat;
height: 54px;
margin-bottom: 10px;
}
.rtl #page-header {
text-align: left;
- background: url("../images/phpbb_logo.png") top right no-repeat;
+ background: url("../images/phpbb_logo.svg") top right no-repeat;
}
#page-header h1 {