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