From ec8d46b29d9fd7bfee9f6edb5365996c1a88473a Mon Sep 17 00:00:00 2001 From: Barak Korren Date: Sun, 31 Mar 2013 16:12:22 +0300 Subject: [PATCH] Un-bold article title in combined mode when marked as read There was no visual cue about the article being marked as read or not when it is expanded in combined mode. --- cdm.css | 1 - 1 file changed, 1 deletion(-) diff --git a/cdm.css b/cdm.css index a82cc16a2..13f88dd4e 100644 --- a/cdm.css +++ b/cdm.css @@ -112,7 +112,6 @@ div.cdm.active div.cdmHeader { div.cdm.active div.cdmHeader a.title { color : #4684ff; - font-weight : bold; } div.cdm.active div.cdmContent {