mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'Noxwizard/ticket/10773' into prep-release-3.0.11
* Noxwizard/ticket/10773: [ticket/10773] ACP logo with registered trademark symbol
This commit is contained in:
commit
e5364088c3
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
BIN
phpBB/adm/images/phpbb_logo.png
Normal file
BIN
phpBB/adm/images/phpbb_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -142,15 +142,15 @@ li {
|
||||||
#page-header {
|
#page-header {
|
||||||
clear: both;
|
clear: both;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: url("../images/phpbb_logo.gif") top left no-repeat;
|
background: url("../images/phpbb_logo.png") top left no-repeat;
|
||||||
height: 49px;
|
height: 54px;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #page-header {
|
.rtl #page-header {
|
||||||
text-align: left;
|
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 {
|
#page-header h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue