1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

experimentally align counters to the right

This commit is contained in:
Andrew Dolgov
2013-05-08 01:40:10 +04:00
parent 13ed529d21
commit f5d3c77a8f
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1050,7 +1050,7 @@ div.hl.active {
overflow-x : hidden;
}
#feedTree span.counterNode {
#feedTree .counterNode {
font-weight : bold;
display : inline-block;
font-size : 9px;
@@ -1061,5 +1061,9 @@ div.hl.active {
border-radius : 4px;
padding : 0px 4px 0px 4px;
vertical-align : middle;
float : right;
margin-right : 5px;
position : relative;
top : 2px;
}