[ticket/16248] loaaaad svg old way for BC

PHPBB3-16248
This commit is contained in:
hanakin 2019-12-07 08:20:59 -10:00
parent 0fc6fbf916
commit 8be1ad4568
4 changed files with 11 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -148,6 +148,9 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
background-color: #E7E8EA;
}
.site_logo {
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;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB