span.author: force normal weight
This commit is contained in:
parent
9811276da7
commit
d080678c1d
2 changed files with 2 additions and 0 deletions
1
cdm.css
1
cdm.css
|
@ -167,6 +167,7 @@ div.cdmContentInner iframe {
|
|||
div.cdmHeader span.author {
|
||||
color : gray;
|
||||
font-size : 11px;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
||||
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 {
|
||||
color : gray;
|
||||
font-size : 11px;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue