summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-16 09:33:51 +0400
committerAndrew Dolgov <[email protected]>2013-07-16 09:33:51 +0400
commit39d61109e6a88930d8a70e8a8dd5bf1b115b0161 (patch)
treec4ab925766b056e2d5ab81ba013e30af37d7bdd9 /css
parent618e80ee5e8757d2ecdd8fb21f89cf7385b663ee (diff)
fix counternode going behind feed title on gecko
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index af6b50abd..2238c5452 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1120,6 +1120,7 @@ body#ttrssMain #feedTree {
border-radius : 4px;
vertical-align : middle;
float : right;
+ position : relative;
line-height : 14px;
margin-right : 4px;
margin-top : 3px;