summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 10:30:36 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 10:30:36 +0300
commit63855db147e6efeaa6516dc2b95598b03d1b3ad5 (patch)
treea3475c2b6eb7dd71fe44fc7d358c414abcdac805 /tt-rss.css
parent6ef0c9c3426275612db693cad5d2c90df24ca714 (diff)
rework version checking
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;
+}