1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

Merge pull request #5769 from hanakin/ticket/16248

[ticket/16248] swap logo for new svg version
This commit is contained in:
Marc Alexander
2019-12-21 10:15:53 +01:00
17 changed files with 20 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
}
.site_logo {
background-image: url("./images/site_logo.gif");
background-image: url("./images/site_logo.svg");
}
/* Horizontal lists

View File

@@ -176,6 +176,7 @@ a:hover { text-decoration: underline; }
}
.site_logo {
background-repeat: no-repeat;
display: inline-block;
width: 149px;
height: 52px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB