summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-12 15:57:13 +0100
committerAndrew Dolgov <[email protected]>2006-08-12 15:57:13 +0100
commitd437c8cf5646748d060e13ed2c825b7f49a8e847 (patch)
tree430966955a357481de3f62972c5bae3db70740bb /tt-rss.css
parent9e397d0f5a9d2e8e39f27cf714efd4c4cc8cec87 (diff)
fix broken piggie
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8d29213ba..4a4242bbc 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;