summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 539cf93f3..69b1abf9c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1096,6 +1096,7 @@ div.topLinks {
float : right;
color : gray;
font-size : 12px;
+ line-height : 120%;
}
div.topLinks a {
@@ -1646,3 +1647,10 @@ a.bookmarklet {
border : 1px solid #ecf4ff;
padding : 2px;
}
+
+#newVersionIcon {
+ margin-left : 5px;
+ vertical-align : middle;
+ position : relative;
+ top : -1px;
+}