aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorPatrick Webster <noxwizard@phpbb.com>2012-06-30 12:21:37 -0500
committerPatrick Webster <noxwizard@phpbb.com>2012-06-30 12:21:37 -0500
commit625333ea2ed4b89ea479786f599948d5530c7202 (patch)
treebbaa9f842b3b8fad820c2cc48d2b64d07e517cd9 /phpBB/adm
parentf1414386d7c22b7f3a9a978e902e67526bea029e (diff)
downloadforums-625333ea2ed4b89ea479786f599948d5530c7202.tar
forums-625333ea2ed4b89ea479786f599948d5530c7202.tar.gz
forums-625333ea2ed4b89ea479786f599948d5530c7202.tar.bz2
forums-625333ea2ed4b89ea479786f599948d5530c7202.tar.xz
forums-625333ea2ed4b89ea479786f599948d5530c7202.zip
[ticket/10773] ACP logo with registered trademark symbol
PHPBB3-10773
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/images/phpbb_logo.gifbin3883 -> 0 bytes
-rw-r--r--phpBB/adm/images/phpbb_logo.pngbin0 -> 9313 bytes
-rw-r--r--phpBB/adm/style/admin.css6
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/images/phpbb_logo.gif b/phpBB/adm/images/phpbb_logo.gif
deleted file mode 100644
index 239993182b..0000000000
--- a/phpBB/adm/images/phpbb_logo.gif
+++ /dev/null
Binary files differ
diff --git a/phpBB/adm/images/phpbb_logo.png b/phpBB/adm/images/phpbb_logo.png
new file mode 100644
index 0000000000..c3f9248ed7
--- /dev/null
+++ b/phpBB/adm/images/phpbb_logo.png
Binary files differ
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 666f4921ba..b9996fd1d1 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -142,15 +142,15 @@ li {
#page-header {
clear: both;
text-align: right;
- background: url("../images/phpbb_logo.gif") top left no-repeat;
- height: 49px;
+ background: url("../images/phpbb_logo.png") top left no-repeat;
+ height: 54px;
font-size: 0.85em;
margin-bottom: 10px;
}
.rtl #page-header {
text-align: left;
- background: url("../images/phpbb_logo.gif") top right no-repeat;
+ background: url("../images/phpbb_logo.png") top right no-repeat;
}
#page-header h1 {