diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-07-01 00:20:04 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-01 00:20:04 +0200 |
| commit | d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf (patch) | |
| tree | f6ec05b8f8ea90fb06eaee4d50712d04a47b52ae /phpBB/adm/style | |
| parent | 2d250247f4c1e7cd1f8d4a66c6f31c798dc0d9c5 (diff) | |
| parent | 3ecc43d48cb0f58eb667da6ad2b4e0b56bbb336b (diff) | |
| download | forums-d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf.tar forums-d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf.tar.gz forums-d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf.tar.bz2 forums-d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf.tar.xz forums-d998ad4b15a8fb0204db7f05c7b71e7c2c6b85bf.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10773] ACP logo with registered trademark symbol
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/admin.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 94f421030d..08613de0dd 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -146,15 +146,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 { |
