summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 20:33:46 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 20:33:46 +0400
commitb5d4716a52aab283e1d3e0527d036134c5787095 (patch)
treeb0215ff969e40204ea661000d7f89914335eae89 /cdm.css
parent47e909d1cfc1199a068732137bbb2d1d31a400ed (diff)
optimize loading of external libraries a bit
fix bold text in Unread articles
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 0d0a007be..b793ee058 100644
--- a/cdm.css
+++ b/cdm.css
@@ -151,3 +151,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
div.cdmContentInner p {
max-width : 650px;
}
+
+.Unread div.cdmHeader {
+ font-weight : bold;
+}