1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 12:01:29 +00:00

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;
}