digest: fix counter vertical offset
This commit is contained in:
parent
8c685908b1
commit
6a05f1ad72
|
@ -417,9 +417,9 @@ function add_feed_entry(feed) {
|
||||||
feed.title;
|
feed.title;
|
||||||
|
|
||||||
var tmp_html = "<li id=\"F-"+feed.id+"\" onclick=\"viewfeed("+feed.id+")\">" +
|
var tmp_html = "<li id=\"F-"+feed.id+"\" onclick=\"viewfeed("+feed.id+")\">" +
|
||||||
|
"<div class='unread-ctr'>" + "<span class=\"unread\">" + feed.unread + "</span></div>" +
|
||||||
icon_part + title +
|
icon_part + title +
|
||||||
"<div class='unread-ctr'>" + "<span class=\"unread\">" + feed.unread + "</span>" +
|
"</li>";
|
||||||
"</div>" + "</li>";
|
|
||||||
|
|
||||||
$("feeds-content").innerHTML += tmp_html;
|
$("feeds-content").innerHTML += tmp_html;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue