make unread cdm content less bold

This commit is contained in:
Andrew Dolgov 2013-02-28 19:35:36 +04:00
parent 8bebe19862
commit a1f7a5191a

View file

@ -42,7 +42,7 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
div.cdmContent {
div.cdmContent, div.cdmContentInner * {
font-weight : normal;
}