1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00

update label ref style

This commit is contained in:
Andrew Dolgov 2013-05-07 18:54:21 +04:00
parent 14c53e4e60
commit 48e5a75654

View File

@ -375,9 +375,12 @@ span.hlLabelRef {
font-size : 8px; font-size : 8px;
color : #063064; color : #063064;
font-weight : normal; font-weight : normal;
margin : 0px 3px 0px 3px; margin-left : 2px;
padding : 0px 4px 0px 4px; padding : 1px 4px 1px 4px;
display : inline-block;
vertical-align : middle;
white-space: nowrap; white-space: nowrap;
border-radius : 4px;
} }
div.postHeader div.postDate { div.postHeader div.postDate {