de-emphasize article author
This commit is contained in:
parent
06b0777fa7
commit
11bd95b4f3
3 changed files with 12 additions and 2 deletions
5
cdm.css
5
cdm.css
|
@ -159,3 +159,8 @@ div.cdmContentInner p {
|
|||
div.cdmContentInner iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
||||
div.cdmHeader span.author {
|
||||
color : gray;
|
||||
font-size : 11px;
|
||||
}
|
||||
|
|
|
@ -3024,8 +3024,8 @@
|
|||
title=\"".htmlspecialchars($line['title'])."\"
|
||||
href=\"" .
|
||||
htmlspecialchars($line["link"]) . "\">" .
|
||||
$line["title"] .
|
||||
"<span class='author'>$entry_author</span></a></div>";
|
||||
$line["title"] . "</a>" .
|
||||
"<span class='author'>$entry_author</span></div>";
|
||||
} else {
|
||||
$rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
|
||||
}
|
||||
|
|
|
@ -1198,3 +1198,8 @@ div.postContent p {
|
|||
div.postContent iframe {
|
||||
min-width : 50%;
|
||||
}
|
||||
|
||||
div.postHeader span.author {
|
||||
color : gray;
|
||||
font-size : 11px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue