diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-07 18:54:21 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-07 18:54:21 +0400 |
| commit | 48e5a756542db9e133bece38125f42974f8022ec (patch) | |
| tree | 27a4743883327830267540e18c6804872157c5ed | |
| parent | 14c53e4e60faa5c6551bf235e3e51ef59ef42597 (diff) | |
update label ref style
| -rw-r--r-- | tt-rss.css | 7 |
1 files 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 { |