summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 20:37:04 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 20:37:04 +0400
commit36b4cf2f642d1308f18ba7e7107f74a8bbce0261 (patch)
treeac8e60eb991ef078725e58ea123448ca3205de0e /cdm.css
parent6cf60c881fbad073b26a236f5659cdae7767ae10 (diff)
tweak vfeed grouped title display a bit to make it more similar to other modes
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css13
1 files changed, 13 insertions, 0 deletions
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;
}