aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-12-08 00:07:57 -1000
committerhanakin <midaym@gmail.com>2019-12-08 00:07:57 -1000
commitd65927674910b3f86c5af47731561ef51087af77 (patch)
tree08af9fdf629c22c3f61a33f47c57335d9eca1c61 /phpBB/adm/style/admin.css
parent8be1ad4568495bb5240d02d93a62b2610bbdf471 (diff)
downloadforums-d65927674910b3f86c5af47731561ef51087af77.tar
forums-d65927674910b3f86c5af47731561ef51087af77.tar.gz
forums-d65927674910b3f86c5af47731561ef51087af77.tar.bz2
forums-d65927674910b3f86c5af47731561ef51087af77.tar.xz
forums-d65927674910b3f86c5af47731561ef51087af77.zip
[ticket/16248] fix logo in acp
PHPBB3-16248
Diffstat (limited to 'phpBB/adm/style/admin.css')
-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 4f0a3312e4..da5c50f260 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -191,7 +191,7 @@ li {
#page-header {
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;
font-size: 0.85em;
margin-bottom: 10px;
@@ -199,7 +199,7 @@ li {
.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 {