summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-20 16:59:19 +0000
committerRichard Beales <[email protected]>2013-03-20 16:59:19 +0000
commit77accf45df3072bf0e3fe1e919bb75fc14313119 (patch)
tree84be283769a6849f4916880739044a163e6f4761 /cdm.css
parent04ed8b423abd9046ac4ee6813cf5e98b37aad2a3 (diff)
parent2d2d08fc41dec694ac0895368eff3eb80a173a5b (diff)
fix merge conflict with stylesheet tags
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdm.css b/cdm.css
index 7d02bc645..b793ee058 100644
--- a/cdm.css
+++ b/cdm.css
@@ -45,10 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
-div.cdmContent, div.cdmContentInner * {
- font-weight : normal;
-}
-
div.cdmContent a {
color : #4684ff;
}
@@ -155,3 +151,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
div.cdmContentInner p {
max-width : 650px;
}
+
+.Unread div.cdmHeader {
+ font-weight : bold;
+}