1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 04:29:15 +00:00

tweak display of multi-feed headlines

This commit is contained in:
Andrew Dolgov
2007-08-24 07:39:57 +01:00
parent 19815594c8
commit df456bb0cf
2 changed files with 39 additions and 16 deletions

View File

@@ -847,6 +847,15 @@ td.hlFeed {
text-align : right;
}
span.hlFeed, span.hlFeed a {
font-size : 9pt;
color : gray;
}
span.hlFeed a:hover {
color : #4684ff;
}
/* div.cdmArticle:hover {
background-color : white;
} */