span.author: force normal weight

This commit is contained in:
Andrew Dolgov 2013-03-23 09:25:36 +04:00
parent 9811276da7
commit d080678c1d
2 changed files with 2 additions and 0 deletions

View file

@ -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 {

View file

@ -1202,4 +1202,5 @@ div.postContent iframe {
div.postHeader span.author {
color : gray;
font-size : 11px;
font-weight : normal;
}