From 48e5a756542db9e133bece38125f42974f8022ec Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Tue, 7 May 2013 18:54:21 +0400
Subject: [PATCH] update label ref style

---
 tt-rss.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tt-rss.css b/tt-rss.css
index 8658188d9..b33e3f63a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -375,9 +375,12 @@ span.hlLabelRef {
 	font-size : 8px;
 	color : #063064;
 	font-weight : normal;
-	margin : 0px 3px 0px 3px;
-	padding : 0px 4px 0px 4px;
+	margin-left : 2px;
+	padding : 1px 4px 1px 4px;
+	display : inline-block;
+	vertical-align : middle;
 	white-space: nowrap;
+	border-radius : 4px;
 }
 
 div.postHeader div.postDate {
-- 
GitLab