make piggie hidden by default

This commit is contained in:
Andrew Dolgov 2006-08-12 16:03:34 +01:00
parent 13992f339f
commit 4407ebbe41
1 changed files with 1 additions and 1 deletions

View File

@ -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;