1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 10:19:15 +00:00

fix broken piggie

This commit is contained in:
Andrew Dolgov
2006-08-12 15:57:13 +01:00
parent 9e397d0f5a
commit d437c8cf56
5 changed files with 48 additions and 18 deletions

View File

@@ -265,9 +265,9 @@ a:hover {
right : 0;
top : -400;
background-color : white;
display : none;
z-index : 3;
background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
display : block;
z-index : 999;
background-image : url("images/piggie.png");
background-position : center center;
background-repeat : no-repeat;
position : absolute;