1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-26 06:47:10 +00:00

finish initial work on scoring

This commit is contained in:
Andrew Dolgov
2008-04-30 09:10:59 +01:00
parent 48ddbb3380
commit 546499a9f3
6 changed files with 68 additions and 5 deletions

View File

@@ -1759,3 +1759,12 @@ table.headlinesList tr.feedTitle td {
margin-top : 10px; */
padding-left : 5px;
}
td.hlContentH a, td.hlContentH span {
color : #00cc00;
}
td.hlContentL a, td.hlContentL span {
color : #909090;
text-decoration : line-through;
}