make piggie hidden by default
This commit is contained in:
parent
13992f339f
commit
4407ebbe41
|
@ -265,7 +265,7 @@ a:hover {
|
||||||
right : 0;
|
right : 0;
|
||||||
top : -400;
|
top : -400;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
display : block;
|
display : none;
|
||||||
z-index : 999;
|
z-index : 999;
|
||||||
background-image : url("images/piggie.png");
|
background-image : url("images/piggie.png");
|
||||||
background-position : center center;
|
background-position : center center;
|
||||||
|
|
Loading…
Reference in New Issue