fix
This commit is contained in:
parent
a47b43c375
commit
1ef5c97189
|
|
@ -639,6 +639,7 @@ html {
|
|||
|
||||
.loggedout {
|
||||
background: transparent url(/img/background.jpg) no-repeat scroll center top;
|
||||
background-color: #000000;
|
||||
background-size: cover;
|
||||
/*
|
||||
background: url('/img/animated.png');
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ body {
|
|||
|
||||
.loggedout {
|
||||
background: transparent url(/img/backgrounddark.jpg) no-repeat scroll center top;
|
||||
background-color: #000000;
|
||||
background-size: cover;
|
||||
/*
|
||||
background-image: url('../img/animateddark.png');
|
||||
|
|
|
|||
Loading…
Reference in New Issue