Browse Source

Properly theme firstrunwizard logo in example theme

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v16.0.0alpha1
Julius Härtl 5 years ago
parent
commit
bb8c481dcc
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      themes/example/core/css/server.css

+ 2
- 1
themes/example/core/css/server.css View File

@@ -74,7 +74,8 @@ button.primary:focus,
}

/* use logos from theme */
#header .logo {
#header .logo,
#firstrunwizard .logo {
background-image: url('../img/logo.svg');
width: 256px;
height: 128px;

Loading…
Cancel
Save