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

tweak vfeed grouped title display a bit to make it more similar to other modes

This commit is contained in:
Andrew Dolgov
2013-03-19 20:37:04 +04:00
parent 6cf60c881f
commit 36b4cf2f64
2 changed files with 17 additions and 4 deletions

13
cdm.css
View File

@@ -101,6 +101,19 @@ div.cdmFeedTitle {
background-repeat : repeat-x;
}
div.cdmFeedTitle a.title {
color : gray;
font-style : italic;
font-weight : bold;
}
div.cdmFeedTitle a {
color : gray;
}
div.cdmFeedTitle a:hover {
color : #4684ff;
}
div.articleNote {
border-style : dashed none dashed none;
}