diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-21 10:18:13 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-21 10:18:13 +0100 |
commit | c055a1d0ca30dfbfacfa1729001cbfa040a8f4eb (patch) | |
tree | c8ce6a0e51669fe3784a4f3e957c7a6cfb40dd06 /phpBB/adm/style | |
parent | Merge branch '3.3.x' (diff) | |
parent | Merge pull request #5769 from hanakin/ticket/16248 (diff) | |
download | phpbb-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.css | 4 |
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 { |