mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
span.author: force normal weight
This commit is contained in:
1
cdm.css
1
cdm.css
@@ -167,6 +167,7 @@ div.cdmContentInner iframe {
|
|||||||
div.cdmHeader span.author {
|
div.cdmHeader span.author {
|
||||||
color : gray;
|
color : gray;
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
|
font-weight : normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
|
div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
|
||||||
|
|||||||
@@ -1202,4 +1202,5 @@ div.postContent iframe {
|
|||||||
div.postHeader span.author {
|
div.postHeader span.author {
|
||||||
color : gray;
|
color : gray;
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
|
font-weight : normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user