summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-12 16:03:34 +0100
committerAndrew Dolgov <[email protected]>2006-08-12 16:03:34 +0100
commit4407ebbe41eb017d095efa029122b33982c1a7e5 (patch)
tree1619d4c69a55dad196f02440d3fffc98087fe40f /tt-rss.css
parent13992f339f939e3ed7b27f9c2c2ae5844a0e7822 (diff)
make piggie hidden by default
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4a4242bbc..c92b388ff 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -265,7 +265,7 @@ a:hover {
right : 0;
top : -400;
background-color : white;
- display : block;
+ display : none;
z-index : 999;
background-image : url("images/piggie.png");
background-position : center center;