Remove ETH logo for default from CSS. Default is always SEB Server logo
This commit is contained in:
parent
8a3b84461c
commit
4ca21e82b1
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ Composite.logo {
|
|||
|
||||
Composite.bgLogo {
|
||||
background-color: #1F407A;
|
||||
background-image: url(static/images/ethz_logo_white.png);
|
||||
background-image: url(static/images/sebserver-logo.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
}
|
||||
|
|
|
@ -123,7 +123,7 @@ Composite.logo {
|
|||
|
||||
Composite.bgLogo {
|
||||
background-color: #1F407A;
|
||||
background-image: url(static/images/ethz_logo_white.png);
|
||||
background-image: url(static/images/sebserver-logo.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue