mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16248] loaaaad svg old way for BC
PHPBB3-16248
This commit is contained in:
parent
0fc6fbf916
commit
8be1ad4568
4 changed files with 11 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -148,6 +148,9 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||||
background-color: #E7E8EA;
|
background-color: #E7E8EA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site_logo {
|
||||||
|
background-image: url("./images/site_logo.svg");
|
||||||
|
}
|
||||||
|
|
||||||
/* Horizontal lists
|
/* Horizontal lists
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
|
|
@ -176,6 +176,7 @@ a:hover { text-decoration: underline; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.site_logo {
|
.site_logo {
|
||||||
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 149px;
|
width: 149px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
|
6
phpBB/styles/prosilver/theme/images/site_logo.svg
Normal file
6
phpBB/styles/prosilver/theme/images/site_logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 33 KiB |
Loading…
Add table
Reference in a new issue