1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-01 18:37:10 +00:00

tweak hello/prefs/logout linkbar (refs #163)

This commit is contained in:
Andrew Dolgov
2007-11-17 10:59:19 +01:00
parent c03cf250e8
commit efae7595c4
4 changed files with 34 additions and 7 deletions

View File

@@ -1697,3 +1697,17 @@ div.autocomplete ul li {
#feedOpToolbar {
float : right;
}
div.topLinks {
float : right;
margin-right : 5px;
color : gray;
}
div.topLinks a {
color : #4684ff;
}
div.topLinks a:hover {
color : black;
}