From 36b4cf2f642d1308f18ba7e7107f74a8bbce0261 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Mar 2013 20:37:04 +0400 Subject: tweak vfeed grouped title display a bit to make it more similar to other modes --- cdm.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cdm.css') diff --git a/cdm.css b/cdm.css index 411bbe633..bcba40538 100644 --- a/cdm.css +++ b/cdm.css @@ -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; } -- cgit v1.2.3-54-g00ecf