use simpler logo for log in page

This commit is contained in:
Jan-Christoph Borchardt 2015-08-27 21:29:29 +02:00
parent e4d0a69126
commit 8fc7a3dc80
1 changed files with 3 additions and 1 deletions

View File

@ -70,8 +70,10 @@
}
#header .logo {
background-image: url(../img/logo.svg);
background-image: url(../img/logo-icon.svg);
background-repeat: no-repeat;
background-size: 175px;
background-position: center 30px;
width: 252px;
height: 120px;
margin: 0 auto;