1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 21:51:29 +00:00

add link to wiki on filter pref page

This commit is contained in:
Andrew Dolgov
2007-01-30 18:17:34 +01:00
parent c2d9322b7f
commit d4d6d52848
3 changed files with 20 additions and 0 deletions

View File

@@ -618,6 +618,14 @@ span.insensitive, div.insensitive {
color : gray;
}
.insensitive a {
color : #4684ff;
}
.insensitive a:hover {
color : black;
}
.prefGenericAddBox {
font-size : small;
}