Fix broken logo URL + replace old nonodes background
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<article>
|
||||
<div>
|
||||
<div class="logo" aria-hidden="true">
|
||||
<img alt="Umbraco" src="umbraco/assets/img/application/logo_white.svg" width="91" height="91" />
|
||||
<img alt="Umbraco" src="umbraco/backoffice/assets/umbraco_logomark_white.svg" width="91" height="91" />
|
||||
</div>
|
||||
|
||||
<h1>Welcome to your Umbraco installation</h1>
|
||||
|
||||
@@ -100,7 +100,7 @@ a, a:active, a:visited {
|
||||
}
|
||||
|
||||
section {
|
||||
background-image: url(/umbraco/website/nonodesbg.jpg);
|
||||
background-image: url(/umbraco/website/nonodesbg.webp);
|
||||
background-position: 50%;
|
||||
background-size: cover;
|
||||
display: table;
|
||||
@@ -149,11 +149,7 @@ section article > div {
|
||||
}
|
||||
|
||||
section .logo {
|
||||
background-image: url(/umbraco/website/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 91px;
|
||||
margin: 0 auto;
|
||||
width: 91px;
|
||||
}
|
||||
|
||||
section .row {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 232 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user