1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:35:56 +00:00

rework version checking

This commit is contained in:
Andrew Dolgov
2010-11-23 10:30:36 +03:00
parent 6ef0c9c342
commit 63855db147
5 changed files with 64 additions and 69 deletions

View File

@@ -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;
}